Class: Aws::EC2::Types::ModifyInstanceMetadataOptionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyInstanceMetadataOptionsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of the instance.
-
#instance_metadata_options ⇒ Types::InstanceMetadataOptionsResponse
The metadata options for the instance.
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance.
51660 51661 51662 51663 51664 51665 |
# File 'lib/aws-sdk-ec2/types.rb', line 51660 class ModifyInstanceMetadataOptionsResult < Struct.new( :instance_id, :instance_metadata_options) SENSITIVE = [] include Aws::Structure end |
#instance_metadata_options ⇒ Types::InstanceMetadataOptionsResponse
The metadata options for the instance.
51660 51661 51662 51663 51664 51665 |
# File 'lib/aws-sdk-ec2/types.rb', line 51660 class ModifyInstanceMetadataOptionsResult < Struct.new( :instance_id, :instance_metadata_options) SENSITIVE = [] include Aws::Structure end |