Class: Aws::CleanRooms::Types::SchemaAnalysisRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::SchemaAnalysisRuleRequest
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Defines the information that's necessary to retrieve an analysis rule schema. Schema analysis rules are uniquely identiļ¬ed by a combination of the schema name and the analysis rule type for a given collaboration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the analysis rule schema that you are requesting.
-
#type ⇒ String
The type of analysis rule schema that you are requesting.
Instance Attribute Details
#name ⇒ String
The name of the analysis rule schema that you are requesting.
6957 6958 6959 6960 6961 6962 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6957 class SchemaAnalysisRuleRequest < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of analysis rule schema that you are requesting.
6957 6958 6959 6960 6961 6962 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6957 class SchemaAnalysisRuleRequest < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |