Class: Aws::CleanRooms::Types::ChangeInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cleanrooms/types.rb

Overview

Specifies a change to apply to a collaboration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#specificationTypes::ChangeSpecification

The specification details for the change. The structure depends on the specification type.



1207
1208
1209
1210
1211
1212
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1207

class ChangeInput < Struct.new(
  :specification_type,
  :specification)
  SENSITIVE = []
  include Aws::Structure
end

#specification_typeString

The type of specification for the change. Currently supports ‘MEMBER` for member-related changes.

Returns:

  • (String)


1207
1208
1209
1210
1211
1212
# File 'lib/aws-sdk-cleanrooms/types.rb', line 1207

class ChangeInput < Struct.new(
  :specification_type,
  :specification)
  SENSITIVE = []
  include Aws::Structure
end