Class: Aws::Lightsail::Types::CreateBucketAccessKeyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameString

The name of the bucket that the new access key will belong to, and grant access to.

Returns:

  • (String)


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