Class: Aws::Lightsail::Types::GetBucketAccessKeysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetBucketAccessKeysRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_name ⇒ String
The name of the bucket for which to return access keys.
Instance Attribute Details
#bucket_name ⇒ String
The name of the bucket for which to return access keys.
6564 6565 6566 6567 6568 |
# File 'lib/aws-sdk-lightsail/types.rb', line 6564 class GetBucketAccessKeysRequest < Struct.new( :bucket_name) SENSITIVE = [] include Aws::Structure end |