Class: Aws::CleanRooms::Types::Change

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

Overview

Represents a single change within a collaboration change request, containing the change identifier and specification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#specificationTypes::ChangeSpecification

The specification details for this change.



996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 996

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

#specification_typeString

The type of specification for this change.

Returns:

  • (String)


996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 996

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

#typesArray<String>

The list of change types that were applied.

Returns:

  • (Array<String>)


996
997
998
999
1000
1001
1002
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 996

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