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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

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

Returns:

  • (String)


60582
60583
60584
60585
60586
60587
60588
60589
60590
# File 'lib/aws-sdk-ec2/types.rb', line 60582

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

#faultTypes::SpotInstanceStateFault

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



60582
60583
60584
60585
60586
60587
60588
60589
60590
# File 'lib/aws-sdk-ec2/types.rb', line 60582

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

#owner_idString

The Amazon Web Services account ID of the account.

Returns:

  • (String)


60582
60583
60584
60585
60586
60587
60588
60589
60590
# File 'lib/aws-sdk-ec2/types.rb', line 60582

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

#prefixString

The prefix for the data feed files.

Returns:

  • (String)


60582
60583
60584
60585
60586
60587
60588
60589
60590
# File 'lib/aws-sdk-ec2/types.rb', line 60582

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

#stateString

The state of the Spot Instance data feed subscription.

Returns:

  • (String)


60582
60583
60584
60585
60586
60587
60588
60589
60590
# File 'lib/aws-sdk-ec2/types.rb', line 60582

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