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

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

Returns:

  • (String)


6565
6566
6567
6568
6569
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 6565

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