C# Class Amazon.EC2.Model.CreateSpotDatafeedSubscriptionRequest

Container for the parameters to the CreateSpotDatafeedSubscription operation.

Creates a datafeed for Spot Instances, enabling you to view Spot Instance usage logs. You can create one data feed per AWS account. For more information, see Spot Instances in the Amazon Elastic Compute Cloud User Guide .

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
CreateSpotDatafeedSubscriptionRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

CreateSpotDatafeedSubscriptionRequest ( string bucket ) : System

Instantiates CreateSpotDatafeedSubscriptionRequest with the parameterized properties

Private Methods

Method Description
IsSetBucket ( ) : bool
IsSetPrefix ( ) : bool

Method Details

CreateSpotDatafeedSubscriptionRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public CreateSpotDatafeedSubscriptionRequest ( ) : System
return System

CreateSpotDatafeedSubscriptionRequest() public method

Instantiates CreateSpotDatafeedSubscriptionRequest with the parameterized properties
public CreateSpotDatafeedSubscriptionRequest ( string bucket ) : System
bucket string The Amazon S3 bucket in which to store the Spot instance data feed.
return System