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.
62275 62276 62277 62278 62279 62280 62281 62282 62283 |
# File 'lib/aws-sdk-ec2/types.rb', line 62275 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.
62275 62276 62277 62278 62279 62280 62281 62282 62283 |
# File 'lib/aws-sdk-ec2/types.rb', line 62275 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.
62275 62276 62277 62278 62279 62280 62281 62282 62283 |
# File 'lib/aws-sdk-ec2/types.rb', line 62275 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix for the data feed files.
62275 62276 62277 62278 62279 62280 62281 62282 62283 |
# File 'lib/aws-sdk-ec2/types.rb', line 62275 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.
62275 62276 62277 62278 62279 62280 62281 62282 62283 |
# File 'lib/aws-sdk-ec2/types.rb', line 62275 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end |