Class: Aws::EC2::Types::CreateSpotDatafeedSubscriptionResult

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

Overview

Contains the output of CreateSpotDatafeedSubscription.

Instance Attribute Summary collapse

Instance Attribute Details

#spot_datafeed_subscriptionTypes::SpotDatafeedSubscription

The Spot Instance data feed subscription.



6338
6339
6340
6341
# File 'lib/aws-sdk-ec2/types.rb', line 6338

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