Class: Aws::Types::ModifyInstanceMetadataOptionsResult
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceMetadataOptionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_metadata_options ⇒ Types::InstanceMetadataOptionsResponse
Returns the value of attribute instance_metadata_options.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
14167 14168 14169 |
# File 'sig/types.rbs', line 14167 def instance_id @instance_id end |
#instance_metadata_options ⇒ Types::InstanceMetadataOptionsResponse
Returns the value of attribute instance_metadata_options.
14168 14169 14170 |
# File 'sig/types.rbs', line 14168 def @instance_metadata_options end |