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.
      48910 48911 48912 48913 48914 48915  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 48910 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.
      48910 48911 48912 48913 48914 48915  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 48910 class ModifyInstanceMetadataOptionsResult < Struct.new( :instance_id, :instance_metadata_options) SENSITIVE = [] include Aws::Structure end  |