Class: Aws::Types::Credentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:secret_access_key, :session_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_id::String

Returns the value of attribute access_key_id.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def access_key_id
  @access_key_id
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


831
832
833
# File 'sig/types.rbs', line 831

def expiration_time
  @expiration_time
end

#secret_access_key::String

Returns the value of attribute secret_access_key.

Returns:

  • (::String)


829
830
831
# File 'sig/types.rbs', line 829

def secret_access_key
  @secret_access_key
end

#session_token::String

Returns the value of attribute session_token.

Returns:

  • (::String)


830
831
832
# File 'sig/types.rbs', line 830

def session_token
  @session_token
end