Class: Aws::EC2::Types::CreateSpotDatafeedSubscriptionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateSpotDatafeedSubscriptionResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Contains the output of CreateSpotDatafeedSubscription.
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.
11736 11737 11738 11739 11740 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11736 class CreateSpotDatafeedSubscriptionResult < Struct.new( :spot_datafeed_subscription) SENSITIVE = [] include Aws::Structure end |