Class: Aws::EC2::Types::CreateSpotDatafeedSubscriptionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateSpotDatafeedSubscriptionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the parameters for CreateSpotDatafeedSubscription.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the Amazon S3 bucket in which to store the Spot Instance data feed.
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#prefix ⇒ String
The prefix for the data feed file names.
Instance Attribute Details
#bucket ⇒ String
The name of the Amazon S3 bucket in which to store the Spot Instance data feed. For more information about bucket names, see [Rules for bucket naming] in the *Amazon S3 Developer Guide*.
[1]: docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html#bucketnamingrules
10848 10849 10850 10851 10852 10853 10854 |
# File 'lib/aws-sdk-ec2/types.rb', line 10848 class CreateSpotDatafeedSubscriptionRequest < Struct.new( :bucket, :dry_run, :prefix) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ‘DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
10848 10849 10850 10851 10852 10853 10854 |
# File 'lib/aws-sdk-ec2/types.rb', line 10848 class CreateSpotDatafeedSubscriptionRequest < Struct.new( :bucket, :dry_run, :prefix) SENSITIVE = [] include Aws::Structure end |
#prefix ⇒ String
The prefix for the data feed file names.
10848 10849 10850 10851 10852 10853 10854 |
# File 'lib/aws-sdk-ec2/types.rb', line 10848 class CreateSpotDatafeedSubscriptionRequest < Struct.new( :bucket, :dry_run, :prefix) SENSITIVE = [] include Aws::Structure end |