Class: Aws::EC2::Types::SpotDatafeedSubscription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the data feed for a Spot instance.

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

The Amazon S3 bucket where the Spot instance data feed is located.

Returns:

  • (String)


22654
22655
22656
22657
22658
22659
22660
22661
# File 'lib/aws-sdk-ec2/types.rb', line 22654

class SpotDatafeedSubscription < Struct.new(
  :bucket,
  :fault,
  :owner_id,
  :prefix,
  :state)
  include Aws::Structure
end

#faultTypes::SpotInstanceStateFault

The fault codes for the Spot instance request, if any.



22654
22655
22656
22657
22658
22659
22660
22661
# File 'lib/aws-sdk-ec2/types.rb', line 22654

class SpotDatafeedSubscription < Struct.new(
  :bucket,
  :fault,
  :owner_id,
  :prefix,
  :state)
  include Aws::Structure
end

#owner_idString

The AWS account ID of the account.

Returns:

  • (String)


22654
22655
22656
22657
22658
22659
22660
22661
# File 'lib/aws-sdk-ec2/types.rb', line 22654

class SpotDatafeedSubscription < Struct.new(
  :bucket,
  :fault,
  :owner_id,
  :prefix,
  :state)
  include Aws::Structure
end

#prefixString

The prefix that is prepended to data feed files.

Returns:

  • (String)


22654
22655
22656
22657
22658
22659
22660
22661
# File 'lib/aws-sdk-ec2/types.rb', line 22654

class SpotDatafeedSubscription < Struct.new(
  :bucket,
  :fault,
  :owner_id,
  :prefix,
  :state)
  include Aws::Structure
end

#stateString

The state of the Spot instance data feed subscription.

Returns:

  • (String)


22654
22655
22656
22657
22658
22659
22660
22661
# File 'lib/aws-sdk-ec2/types.rb', line 22654

class SpotDatafeedSubscription < Struct.new(
  :bucket,
  :fault,
  :owner_id,
  :prefix,
  :state)
  include Aws::Structure
end