AwsAccessKeyResponse

data class AwsAccessKeyResponse(val accessKeyId: String, val secretAccessKey: String)

AWS access key (see AWS Security Credentials). For information on our data retention policy for user credentials, see /storage-transfer/docs/data-retention#user-credentials.

Constructors

Link copied to clipboard
constructor(accessKeyId: String, secretAccessKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AWS access key ID.

Link copied to clipboard

AWS secret access key. This field is not returned in RPC responses.