Class: Aws::CleanRooms::Types::DeleteAnalysisTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::DeleteAnalysisTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_template_identifier ⇒ String
The identifier for the analysis template resource.
-
#membership_identifier ⇒ String
The identifier for a membership resource.
Instance Attribute Details
#analysis_template_identifier ⇒ String
The identifier for the analysis template resource.
3061 3062 3063 3064 3065 3066 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3061 class DeleteAnalysisTemplateInput < Struct.new( :membership_identifier, :analysis_template_identifier) SENSITIVE = [] include Aws::Structure end |
#membership_identifier ⇒ String
The identifier for a membership resource.
3061 3062 3063 3064 3065 3066 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3061 class DeleteAnalysisTemplateInput < Struct.new( :membership_identifier, :analysis_template_identifier) SENSITIVE = [] include Aws::Structure end |