Class: Aws::Lightsail::Types::CreateBucketAccessKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateBucketAccessKeyRequest
- 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 that the new access key will belong to, and grant access to.
Instance Attribute Details
#bucket_name ⇒ String
The name of the bucket that the new access key will belong to, and grant access to.
2847 2848 2849 2850 2851 |
# File 'lib/aws-sdk-lightsail/types.rb', line 2847 class CreateBucketAccessKeyRequest < Struct.new( :bucket_name) SENSITIVE = [] include Aws::Structure end |