Class: Aws::CleanRooms::Types::GetSchemaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetSchemaInput
- 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 relation to retrieve the schema for.
Instance Attribute Details
#collaboration_identifier ⇒ String
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4086 class GetSchemaInput < Struct.new( :collaboration_identifier, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the relation to retrieve the schema for.
4086 4087 4088 4089 4090 4091 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4086 class GetSchemaInput < Struct.new( :collaboration_identifier, :name) SENSITIVE = [] include Aws::Structure end |