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