Class: Aws::Types::ChangeInput
- Inherits:
-
Object
- Object
- Aws::Types::ChangeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#specification ⇒ Types::ChangeSpecification
Returns the value of attribute specification.
-
#specification_type ⇒ "MEMBER", "COLLABORATION"
Returns the value of attribute specification_type.
Instance Attribute Details
#specification ⇒ Types::ChangeSpecification
Returns the value of attribute specification.
392 393 394 |
# File 'sig/types.rbs', line 392 def specification @specification end |
#specification_type ⇒ "MEMBER", "COLLABORATION"
Returns the value of attribute specification_type.
391 392 393 |
# File 'sig/types.rbs', line 391 def specification_type @specification_type end |