Class: Aws::CleanRooms::Types::UpdateCollaborationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::UpdateCollaborationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ String
The identifier for the collaboration.
-
#description ⇒ String
A description of the collaboration.
-
#name ⇒ String
A human-readable identifier provided by the collaboration owner.
Instance Attribute Details
#collaboration_identifier ⇒ String
The identifier for the collaboration.
7303 7304 7305 7306 7307 7308 7309 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7303 class UpdateCollaborationInput < Struct.new( :collaboration_identifier, :name, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the collaboration.
7303 7304 7305 7306 7307 7308 7309 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7303 class UpdateCollaborationInput < Struct.new( :collaboration_identifier, :name, :description) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A human-readable identifier provided by the collaboration owner. Display names are not unique.
7303 7304 7305 7306 7307 7308 7309 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 7303 class UpdateCollaborationInput < Struct.new( :collaboration_identifier, :name, :description) SENSITIVE = [] include Aws::Structure end |