Class: Aws::CleanRooms::Types::GetSchemaAnalysisRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetSchemaAnalysisRuleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
A unique identifier for the collaboration that the schema belongs to.
-
#name ⇒ String
The name of the schema to retrieve the analysis rule for.
-
#type ⇒ String
The type of the schema analysis rule to retrieve.
Instance Attribute Details
#collaboration_identifier ⇒ String
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
4054 4055 4056 4057 4058 4059 4060 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4054 class GetSchemaAnalysisRuleInput < Struct.new( :collaboration_identifier, :name, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the schema to retrieve the analysis rule for.
4054 4055 4056 4057 4058 4059 4060 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4054 class GetSchemaAnalysisRuleInput < Struct.new( :collaboration_identifier, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the schema analysis rule to retrieve. Schema analysis rules are uniquely identified by a combination of the collaboration, the schema name, and their type.
4054 4055 4056 4057 4058 4059 4060 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4054 class GetSchemaAnalysisRuleInput < Struct.new( :collaboration_identifier, :name, :type) SENSITIVE = [] include Aws::Structure end |