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.
13846 13847 13848 |
# File 'sig/types.rbs', line 13846 def instance_id @instance_id end |
#instance_metadata_options ⇒ Types::InstanceMetadataOptionsResponse
Returns the value of attribute instance_metadata_options.
13847 13848 13849 |
# File 'sig/types.rbs', line 13847 def @instance_metadata_options end |