Class: Aws::CleanRooms::Types::SchemaAnalysisRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::SchemaAnalysisRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Defines the information that’s necessary to retrieve an analysis rule schema. Schema analysis rules are uniquely identified 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.
6985 6986 6987 6988 6989 6990 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6985 class SchemaAnalysisRuleRequest < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of analysis rule schema that you are requesting.
6985 6986 6987 6988 6989 6990 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6985 class SchemaAnalysisRuleRequest < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |