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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#bucket ⇒ String

The name of the Amazon S3 bucket where the Spot Instance data feed is located.

Returns:

  • (String)


83575
83576
83577
83578
83579
83580
83581
83582
83583
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83575

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.



83575
83576
83577
83578
83579
83580
83581
83582
83583
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83575

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.

Returns:

  • (String)


83575
83576
83577
83578
83579
83580
83581
83582
83583
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83575

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

#prefix ⇒ String

The prefix for the data feed files.

Returns:

  • (String)


83575
83576
83577
83578
83579
83580
83581
83582
83583
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83575

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.

Returns:

  • (String)


83575
83576
83577
83578
83579
83580
83581
83582
83583
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 83575

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