Class: Aws::Types::ChangeSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ChangeSpecification
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Collaboration, Member, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration ⇒ Types::CollaborationChangeSpecification
Returns the value of attribute collaboration.
-
#member ⇒ Types::MemberChangeSpecification
Returns the value of attribute member.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#collaboration ⇒ Types::CollaborationChangeSpecification
Returns the value of attribute collaboration.
398 399 400 |
# File 'sig/types.rbs', line 398 def collaboration @collaboration end |
#member ⇒ Types::MemberChangeSpecification
Returns the value of attribute member.
397 398 399 |
# File 'sig/types.rbs', line 397 def member @member end |
#unknown ⇒ Object
Returns the value of attribute unknown.
399 400 401 |
# File 'sig/types.rbs', line 399 def unknown @unknown end |