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.



9609
9610
9611
9612
# File 'lib/aws-sdk-ec2/types.rb', line 9609

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