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.
409 410 411 |
# File 'sig/types.rbs', line 409 def collaboration @collaboration end |
#member ⇒ Types::MemberChangeSpecification
Returns the value of attribute member.
408 409 410 |
# File 'sig/types.rbs', line 408 def member @member end |
#unknown ⇒ Object
Returns the value of attribute unknown.
410 411 412 |
# File 'sig/types.rbs', line 410 def unknown @unknown end |