Class: Aws::EC2::Types::SpotDatafeedSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SpotDatafeedSubscription
- Defined in:
- gems/aws-sdk-ec2/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.
66076 66077 66078 66079 66080 66081 66082 66083 66084 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66076 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.
66076 66077 66078 66079 66080 66081 66082 66083 66084 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66076 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.
66076 66077 66078 66079 66080 66081 66082 66083 66084 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66076 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix for the data feed files.
66076 66077 66078 66079 66080 66081 66082 66083 66084 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66076 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.
66076 66077 66078 66079 66080 66081 66082 66083 66084 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66076 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end |