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.



11898
11899
11900
11901
# File 'lib/aws-sdk-ec2/types.rb', line 11898

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