class Aws::Lightsail::Types::DeleteBucketAccessKeyRequest

@note When making an API call, you may pass DeleteBucketAccessKeyRequest

data as a hash:

    {
      bucket_name: "BucketName", # required
      access_key_id: "NonEmptyString", # required
    }

@!attribute [rw] bucket_name

The name of the bucket that the access key belongs to.
@return [String]

@!attribute [rw] access_key_id

The ID of the access key to delete.

Use the GetBucketAccessKeys action to get a list of access key IDs
that you can specify.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/DeleteBucketAccessKeyRequest AWS API Documentation

Constants

SENSITIVE