Describes the Spot Datafeed subscription.

Namespace: Amazon.EC2.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class SpotDatafeedSubscription
Public Class SpotDatafeedSubscription
public ref class SpotDatafeedSubscription

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
SpotDatafeedSubscription()()()()
Initializes a new instance of the SpotDatafeedSubscription class
Bucket
Gets and sets the Bucket property. 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
Gets and sets the Fault property. 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
Gets and sets the OwnerId property. The AWS account ID associated with the subscription.
Prefix
Gets and sets the Prefix property. The Prefix prepended to the datafeed files.
State
Gets and sets the State property. The state of the Spot Instance request.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithBucket(String)
Sets the Bucket property
WithFault(SpotInstanceStateFault)
Sets the Fault property
WithOwnerId(String)
Sets the OwnerId property
WithPrefix(String)
Sets the Prefix property
WithState(String)
Sets the State property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..SpotDatafeedSubscription

See Also