RoleCredentials class
Provides information about the role credentials that are assigned to the user.
Constructors
- RoleCredentials({String? accessKeyId, int? expiration, String? secretAccessKey, String? sessionToken})
- 
          RoleCredentials.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- accessKeyId → String?
- 
  The identifier used for the temporary security credentials. For more
information, see Using
Temporary Security Credentials to Request Access to AWS Resources in the
AWS IAM User Guide.
  final
- expiration → int?
- 
  The date on which temporary security credentials expire.
  final
- 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?
- 
  The key that is used to sign the request. For more information, see Using
Temporary Security Credentials to Request Access to AWS Resources in the
AWS IAM User Guide.
  final
- sessionToken → String?
- 
  The token used for temporary credentials. For more information, see Using
Temporary Security Credentials to Request Access to AWS Resources in the
AWS IAM User Guide.
  final
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited