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