Class: Aws::CleanRooms::Types::GetAnalysisTemplateInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_template_identifierString

The identifier for the analysis template resource.

Returns:

  • (String)


3567
3568
3569
3570
3571
3572
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3567

class GetAnalysisTemplateInput < Struct.new(
  :membership_identifier,
  :analysis_template_identifier)
  SENSITIVE = []
  include Aws::Structure
end

#membership_identifierString

The identifier for a membership resource.

Returns:

  • (String)


3567
3568
3569
3570
3571
3572
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3567

class GetAnalysisTemplateInput < Struct.new(
  :membership_identifier,
  :analysis_template_identifier)
  SENSITIVE = []
  include Aws::Structure
end