Class: Aws::Types::UpdateInstanceAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInstanceAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_type ⇒ "INBOUND_CALLS", ...
Returns the value of attribute attribute_type.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#attribute_type ⇒ "INBOUND_CALLS", ...
Returns the value of attribute attribute_type.
8728 8729 8730 |
# File 'sig/types.rbs', line 8728 def attribute_type @attribute_type end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8730 8731 8732 |
# File 'sig/types.rbs', line 8730 def client_token @client_token end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8727 8728 8729 |
# File 'sig/types.rbs', line 8727 def instance_id @instance_id end |
#value ⇒ ::String
Returns the value of attribute value.
8729 8730 8731 |
# File 'sig/types.rbs', line 8729 def value @value end |