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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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.



1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1018

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)


1018
1019
1020
1021
1022
1023
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 1018

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