Class: Aws::EC2::Types::SpotDatafeedSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SpotDatafeedSubscription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the data feed for a Spot Instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the Amazon S3 bucket where the Spot Instance data feed is located.
-
#fault ⇒ Types::SpotInstanceStateFault
The fault codes for the Spot Instance request, if any.
-
#owner_id ⇒ String
The Amazon Web Services account ID of the account.
-
#prefix ⇒ String
The prefix for the data feed files.
-
#state ⇒ String
The state of the Spot Instance data feed subscription.
Instance Attribute Details
#bucket ⇒ String
The name of the Amazon S3 bucket where the Spot Instance data feed is located.
65882 65883 65884 65885 65886 65887 65888 65889 65890 |
# File 'lib/aws-sdk-ec2/types.rb', line 65882 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end |
#fault ⇒ Types::SpotInstanceStateFault
The fault codes for the Spot Instance request, if any.
65882 65883 65884 65885 65886 65887 65888 65889 65890 |
# File 'lib/aws-sdk-ec2/types.rb', line 65882 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end |
#owner_id ⇒ String
The Amazon Web Services account ID of the account.
65882 65883 65884 65885 65886 65887 65888 65889 65890 |
# File 'lib/aws-sdk-ec2/types.rb', line 65882 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix for the data feed files.
65882 65883 65884 65885 65886 65887 65888 65889 65890 |
# File 'lib/aws-sdk-ec2/types.rb', line 65882 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The state of the Spot Instance data feed subscription.
65882 65883 65884 65885 65886 65887 65888 65889 65890 |
# File 'lib/aws-sdk-ec2/types.rb', line 65882 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end |