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.



409
410
411
# File 'sig/types.rbs', line 409

def collaboration
  @collaboration
end

#memberTypes::MemberChangeSpecification

Returns the value of attribute member.



408
409
410
# File 'sig/types.rbs', line 408

def member
  @member
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


410
411
412
# File 'sig/types.rbs', line 410

def unknown
  @unknown
end