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.
66655 66656 66657 66658 66659 66660 66661 66662 66663 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66655 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.
66655 66656 66657 66658 66659 66660 66661 66662 66663 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66655 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.
66655 66656 66657 66658 66659 66660 66661 66662 66663 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66655 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix for the data feed files.
66655 66656 66657 66658 66659 66660 66661 66662 66663 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66655 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.
66655 66656 66657 66658 66659 66660 66661 66662 66663 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66655 class SpotDatafeedSubscription < Struct.new( :bucket, :fault, :owner_id, :prefix, :state) SENSITIVE = [] include Aws::Structure end |