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

#bucketString

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

Returns:

  • (String)


61323
61324
61325
61326
61327
61328
61329
61330
61331
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61323

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.



61323
61324
61325
61326
61327
61328
61329
61330
61331
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61323

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)


61323
61324
61325
61326
61327
61328
61329
61330
61331
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61323

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)


61323
61324
61325
61326
61327
61328
61329
61330
61331
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61323

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)


61323
61324
61325
61326
61327
61328
61329
61330
61331
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61323

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