Class: Aws::CleanRooms::Types::AnalysisParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb

Overview

Optional. The member who can query can provide this placeholder for a literal data value in an analysis template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.

Returns:

  • (String)


104
105
106
107
108
109
110
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 104

class AnalysisParameter < Struct.new(
  :name,
  :type,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the parameter. The name must use only alphanumeric, underscore (_), or hyphen (-) characters but cannot start or end with a hyphen.

Returns:

  • (String)


104
105
106
107
108
109
110
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 104

class AnalysisParameter < Struct.new(
  :name,
  :type,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of parameter.

Returns:

  • (String)


104
105
106
107
108
109
110
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 104

class AnalysisParameter < Struct.new(
  :name,
  :type,
  :default_value)
  SENSITIVE = []
  include Aws::Structure
end