Class: Aws::Outposts::Types::AssetInstance
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Outposts::Types::AssetInstance
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
An Amazon EC2 instance.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the Amazon Web Services account. 
- 
  
    
      #asset_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the asset. 
- 
  
    
      #aws_service_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services service name of the instance. 
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the instance. 
- 
  
    
      #instance_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of instance. 
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account.
| 148 149 150 151 152 153 154 155 156 | # File 'lib/aws-sdk-outposts/types.rb', line 148 class AssetInstance < Struct.new( :instance_id, :instance_type, :asset_id, :account_id, :aws_service_name) SENSITIVE = [] include Aws::Structure end | 
#asset_id ⇒ String
The ID of the asset.
| 148 149 150 151 152 153 154 155 156 | # File 'lib/aws-sdk-outposts/types.rb', line 148 class AssetInstance < Struct.new( :instance_id, :instance_type, :asset_id, :account_id, :aws_service_name) SENSITIVE = [] include Aws::Structure end | 
#aws_service_name ⇒ String
The Amazon Web Services service name of the instance.
| 148 149 150 151 152 153 154 155 156 | # File 'lib/aws-sdk-outposts/types.rb', line 148 class AssetInstance < Struct.new( :instance_id, :instance_type, :asset_id, :account_id, :aws_service_name) SENSITIVE = [] include Aws::Structure end | 
#instance_id ⇒ String
The ID of the instance.
| 148 149 150 151 152 153 154 155 156 | # File 'lib/aws-sdk-outposts/types.rb', line 148 class AssetInstance < Struct.new( :instance_id, :instance_type, :asset_id, :account_id, :aws_service_name) SENSITIVE = [] include Aws::Structure end | 
#instance_type ⇒ String
The type of instance.
| 148 149 150 151 152 153 154 155 156 | # File 'lib/aws-sdk-outposts/types.rb', line 148 class AssetInstance < Struct.new( :instance_id, :instance_type, :asset_id, :account_id, :aws_service_name) SENSITIVE = [] include Aws::Structure end |