Class: Aws::EC2::Types::SpotDatafeedSubscription
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::SpotDatafeedSubscription
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the data feed for a Spot Instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #bucket  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Amazon S3 bucket where the Spot Instance data feed is located.
 - 
  
    
      #fault  ⇒ Types::SpotInstanceStateFault 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The fault codes for the Spot Instance request, if any.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID of the account.
 - 
  
    
      #prefix  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The prefix for the data feed files.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the Spot Instance data feed subscription.
 
Instance Attribute Details
#bucket ⇒ String
The name of the Amazon S3 bucket where the Spot Instance data feed is located.
      66137 66138 66139 66140 66141 66142 66143 66144 66145  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66137 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#fault ⇒ Types::SpotInstanceStateFault
The fault codes for the Spot Instance request, if any.
      66137 66138 66139 66140 66141 66142 66143 66144 66145  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66137 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The Amazon Web Services account ID of the account.
      66137 66138 66139 66140 66141 66142 66143 66144 66145  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66137 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#prefix ⇒ String
The prefix for the data feed files.
      66137 66138 66139 66140 66141 66142 66143 66144 66145  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66137 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the Spot Instance data feed subscription.
      66137 66138 66139 66140 66141 66142 66143 66144 66145  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 66137 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end  |