Skip to content

/AWS1/CL_EC2SPOTDATAFEEDSUBS00

Describes the data feed for a Spot Instance.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_BUCKET TYPE /AWS1/EC2STRING /AWS1/EC2STRING

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

IO_FAULT TYPE REF TO /AWS1/CL_EC2SPOTINSTSTATEFAULT /AWS1/CL_EC2SPOTINSTSTATEFAULT

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

IV_OWNERID TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The Amazon Web Services account ID of the account.

IV_PREFIX TYPE /AWS1/EC2STRING /AWS1/EC2STRING

The prefix for the data feed files.

IV_STATE TYPE /AWS1/EC2DATAFEEDSUBSCRIPTIO00 /AWS1/EC2DATAFEEDSUBSCRIPTIO00

The state of the Spot Instance data feed subscription.


Queryable Attributes

Bucket

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

Accessible with the following methods

Method Description
GET_BUCKET() Getter for BUCKET, with configurable default
ASK_BUCKET() Getter for BUCKET w/ exceptions if field has no value
HAS_BUCKET() Determine if BUCKET has a value

Fault

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

Accessible with the following methods

Method Description
GET_FAULT() Getter for FAULT

OwnerId

The Amazon Web Services account ID of the account.

Accessible with the following methods

Method Description
GET_OWNERID() Getter for OWNERID, with configurable default
ASK_OWNERID() Getter for OWNERID w/ exceptions if field has no value
HAS_OWNERID() Determine if OWNERID has a value

Prefix

The prefix for the data feed files.

Accessible with the following methods

Method Description
GET_PREFIX() Getter for PREFIX, with configurable default
ASK_PREFIX() Getter for PREFIX w/ exceptions if field has no value
HAS_PREFIX() Determine if PREFIX has a value

State

The state of the Spot Instance data feed subscription.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value