Class: Aws::Types::Credentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:secret_key])

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_id::String

Returns the value of attribute access_key_id.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def access_key_id
  @access_key_id
end

#expiration::Time

Returns the value of attribute expiration.

Returns:

  • (::Time)


40
41
42
# File 'sig/types.rbs', line 40

def expiration
  @expiration
end

#secret_key::String

Returns the value of attribute secret_key.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def secret_key
  @secret_key
end

#session_token::String

Returns the value of attribute session_token.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def session_token
  @session_token
end