Class: Aws::Types::AwsCredentials

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)


29
30
31
# File 'sig/types.rbs', line 29

def access_key_id
  @access_key_id
end

#expiration::Integer

Returns the value of attribute expiration.

Returns:

  • (::Integer)


32
33
34
# File 'sig/types.rbs', line 32

def expiration
  @expiration
end

#secret_access_key::String

Returns the value of attribute secret_access_key.

Returns:

  • (::String)


30
31
32
# File 'sig/types.rbs', line 30

def secret_access_key
  @secret_access_key
end

#session_token::String

Returns the value of attribute session_token.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def session_token
  @session_token
end