Class: Aws::S3::Types::GetBucketLocationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetBucketLocationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetBucketLocationRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
The name of the bucket for which to get the location.
Instance Attribute Details
#bucket ⇒ String
The name of the bucket for which to get the location.
3946 3947 3948 3949 |
# File 'lib/aws-sdk-s3/types.rb', line 3946 class GetBucketLocationRequest < Struct.new( :bucket) include Aws::Structure end |