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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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)


2848
2849
2850
2851
2852
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 2848

class CreateBucketAccessKeyRequest < Struct.new(
  :bucket_name)
  SENSITIVE = []
  include Aws::Structure
end