Class: Aws::EC2::Types::DescribeSpotDatafeedSubscriptionResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the output of DescribeSpotDatafeedSubscription.

Instance Attribute Summary collapse

Instance Attribute Details

#spot_datafeed_subscriptionTypes::SpotDatafeedSubscription

The Spot Instance data feed subscription.



14852
14853
14854
14855
# File 'lib/aws-sdk-ec2/types.rb', line 14852

class DescribeSpotDatafeedSubscriptionResult < Struct.new(
  :spot_datafeed_subscription)
  include Aws::Structure
end