C# 클래스 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 .

상속: AmazonEC2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetBucket ( ) : bool
IsSetPrefix ( ) : bool

메소드 상세

CreateSpotDatafeedSubscriptionRequest() 공개 메소드

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

CreateSpotDatafeedSubscriptionRequest() 공개 메소드

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.
리턴 System