Class: Aws::Types::Credentials

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: Token, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#token::String

Returns the value of attribute token.

Returns:



158
159
160
# File 'sig/types.rbs', line 158

def token
  @token
end

#unknownObject

Returns the value of attribute unknown.

Returns:



159
160
161
# File 'sig/types.rbs', line 159

def unknown
  @unknown
end