AwsAccessKey class

AWS access key (see AWS Security Credentials).

For information on our data retention policy for user credentials, see [User credentials](/storage-transfer/docs/data-retention#user-credentials).

Constructors

AwsAccessKey({String? accessKeyId, String? secretAccessKey})
AwsAccessKey.fromJson(Map json_)

Properties

accessKeyId String?
AWS access key ID.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretAccessKey String?
AWS secret access key.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited