Class: Aws::CleanRooms::Types::CreateAnalysisTemplateInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:source]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_parametersArray<Types::AnalysisParameter>

The parameters of the analysis template.

Returns:



1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1923

class CreateAnalysisTemplateInput < Struct.new(
  :description,
  :membership_identifier,
  :name,
  :format,
  :source,
  :tags,
  :analysis_parameters)
  SENSITIVE = [:source]
  include Aws::Structure
end

#descriptionString

The description of the analysis template.

Returns:

  • (String)


1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1923

class CreateAnalysisTemplateInput < Struct.new(
  :description,
  :membership_identifier,
  :name,
  :format,
  :source,
  :tags,
  :analysis_parameters)
  SENSITIVE = [:source]
  include Aws::Structure
end

#formatString

The format of the analysis template.

Returns:

  • (String)


1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1923

class CreateAnalysisTemplateInput < Struct.new(
  :description,
  :membership_identifier,
  :name,
  :format,
  :source,
  :tags,
  :analysis_parameters)
  SENSITIVE = [:source]
  include Aws::Structure
end

#membership_identifierString

The identifier for a membership resource.

Returns:

  • (String)


1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1923

class CreateAnalysisTemplateInput < Struct.new(
  :description,
  :membership_identifier,
  :name,
  :format,
  :source,
  :tags,
  :analysis_parameters)
  SENSITIVE = [:source]
  include Aws::Structure
end

#nameString

The name of the analysis template.

Returns:

  • (String)


1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1923

class CreateAnalysisTemplateInput < Struct.new(
  :description,
  :membership_identifier,
  :name,
  :format,
  :source,
  :tags,
  :analysis_parameters)
  SENSITIVE = [:source]
  include Aws::Structure
end

#sourceTypes::AnalysisSource

The information in the analysis template. Currently supports text, the query text for the analysis template.



1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1923

class CreateAnalysisTemplateInput < Struct.new(
  :description,
  :membership_identifier,
  :name,
  :format,
  :source,
  :tags,
  :analysis_parameters)
  SENSITIVE = [:source]
  include Aws::Structure
end

#tagsHash<String,String>

An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

Returns:

  • (Hash<String,String>)


1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1923

class CreateAnalysisTemplateInput < Struct.new(
  :description,
  :membership_identifier,
  :name,
  :format,
  :source,
  :tags,
  :analysis_parameters)
  SENSITIVE = [:source]
  include Aws::Structure
end