Class: Aws::CleanRooms::Types::DeleteAnalysisTemplateInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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)


2392
2393
2394
2395
2396
2397
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2392

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

#membership_identifierString

The identifier for a membership resource.

Returns:

  • (String)


2392
2393
2394
2395
2396
2397
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 2392

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