Class: Aws::Lightsail::Types::GetBucketAccessKeysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetBucketAccessKeysRequest
- Defined in:
- gems/aws-sdk-lightsail/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.
6678 6679 6680 6681 6682 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6678 class GetBucketAccessKeysRequest < Struct.new( :bucket_name) SENSITIVE = [] include Aws::Structure end |