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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetBucket ( ) : bool
IsSetPrefix ( ) : bool

Method Details

CreateSpotDatafeedSubscriptionRequest() public méthode

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

CreateSpotDatafeedSubscriptionRequest() public méthode

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.
Résultat System