Class: Aws::Types::ChangeSpecification

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Collaboration, Member, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collaborationTypes::CollaborationChangeSpecification

Returns the value of attribute collaboration.



398
399
400
# File 'sig/types.rbs', line 398

def collaboration
  @collaboration
end

#memberTypes::MemberChangeSpecification

Returns the value of attribute member.



397
398
399
# File 'sig/types.rbs', line 397

def member
  @member
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


399
400
401
# File 'sig/types.rbs', line 399

def unknown
  @unknown
end