Class: Aws::Lightsail::Types::DeleteBucketAccessKeyRequest

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

#access_key_idString

The ID of the access key to delete.

Use the GetBucketAccessKeys action to get a list of access key IDs that you can specify.

Returns:

  • (String)


4775
4776
4777
4778
4779
4780
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4775

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

#bucket_nameString

The name of the bucket that the access key belongs to.

Returns:

  • (String)


4775
4776
4777
4778
4779
4780
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 4775

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