Class: Aws::S3::Types::GetBucketVersioningRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketVersioningRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketVersioningRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#bucket ⇒ String
2692 2693 2694 2695 |
# File 'lib/aws-sdk-s3/types.rb', line 2692 class GetBucketVersioningRequest < Struct.new( :bucket) include Aws::Structure end |