Class: Aws::CleanRooms::Types::GetConfiguredTableInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetConfiguredTableInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configured_table_identifier ⇒ String
The unique ID for the configured table to retrieve.
Instance Attribute Details
#configured_table_identifier ⇒ String
The unique ID for the configured table to retrieve.
3872 3873 3874 3875 3876 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 3872 class GetConfiguredTableInput < Struct.new( :configured_table_identifier) SENSITIVE = [] include Aws::Structure end |