You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::SpotDatafeedSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SpotDatafeedSubscription
- Defined in:
- (unknown)
Overview
Describes the data feed for a Spot Instance.
Returned by:
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 AWS 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.
#fault ⇒ Types::SpotInstanceStateFault
The fault codes for the Spot Instance request, if any.
#owner_id ⇒ String
The AWS 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.
Possible values:
- Active
- Inactive