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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



260
261
262
263
264
265
266
# File 'lib/aws-sdk-cleanrooms/types.rb', line 260

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.



260
261
262
263
264
265
266
# File 'lib/aws-sdk-cleanrooms/types.rb', line 260

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

#typeString

The type of parameter.



260
261
262
263
264
265
266
# File 'lib/aws-sdk-cleanrooms/types.rb', line 260

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