Class: Aws::Lightsail::Types::GetBucketAccessKeysRequest

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 for which to return access keys.

Returns:

  • (String)


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