Class: Aws::CleanRooms::Types::GetConfiguredTableAnalysisRuleInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetConfiguredTableAnalysisRuleInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule_type ⇒ String
The analysis rule to be retrieved.
-
#configured_table_identifier ⇒ String
The unique identifier for the configured table to retrieve.
Instance Attribute Details
#analysis_rule_type ⇒ String
The analysis rule to be retrieved. Configured table analysis rules are uniquely identified by their configured table identifier and analysis rule type.
3778 3779 3780 3781 3782 3783 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3778 class GetConfiguredTableAnalysisRuleInput < Struct.new( :configured_table_identifier, :analysis_rule_type) SENSITIVE = [] include Aws::Structure end |
#configured_table_identifier ⇒ String
The unique identifier for the configured table to retrieve. Currently accepts the configured table ID.
3778 3779 3780 3781 3782 3783 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3778 class GetConfiguredTableAnalysisRuleInput < Struct.new( :configured_table_identifier, :analysis_rule_type) SENSITIVE = [] include Aws::Structure end |