AWS SDK for .NET Documentation
SpotDatafeedSubscription Class
AmazonAmazon.EC2.ModelSpotDatafeedSubscription Did this page help you?   Yes   No    Tell us about it...
Spot Datafeed subscription.
Declaration Syntax
C#
public class SpotDatafeedSubscription
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
SpotDatafeedSubscription()()()()
Initializes a new instance of the SpotDatafeedSubscription class

Bucket
The Amazon S3 bucket where the Spot Instance datafeed is located.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Fault
Fault details for the Spot Instance request, if any.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetBucket()()()()
Checks if Bucket property is set

IsSetFault()()()()
Checks if Fault property is set

IsSetOwnerId()()()()
Checks if OwnerId property is set

IsSetPrefix()()()()
Checks if Prefix property is set

IsSetState()()()()
Checks if State property is set

OwnerId
The AWS account ID associated with the subscription.

Prefix
The prefix prepended to the datafeed files.

State
The state of the Spot Instance request.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithBucket(String) Obsolete.
Sets the Amazon S3 bucket where the Spot Instance datafeed is located.

WithFault(SpotInstanceStateFault) Obsolete.
Sets the fault details for the Spot Instance request, if any.

WithOwnerId(String) Obsolete.
Sets the AWS account ID associated with the subscription.

WithPrefix(String) Obsolete.
Sets the prefix prepended to the datafeed files.

WithState(String) Obsolete.
Sets the state of the Spot Instance request.

Inheritance Hierarchy
Object
SpotDatafeedSubscription

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)