Class: Aws::EC2::Types::DescribeSpotDatafeedSubscriptionResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeSpotDatafeedSubscriptionResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Contains the output of DescribeSpotDatafeedSubscription.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #spot_datafeed_subscription  ⇒ Types::SpotDatafeedSubscription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Spot Instance data feed subscription.
 
Instance Attribute Details
#spot_datafeed_subscription ⇒ Types::SpotDatafeedSubscription
The Spot Instance data feed subscription.
      26703 26704 26705 26706 26707  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 26703 class DescribeSpotDatafeedSubscriptionResult < Struct.new( :spot_datafeed_subscription) SENSITIVE = [] include Aws::Structure end  |