Class: Aws::Types::XksProxyAuthenticationCredentialType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_key_id, :raw_secret_access_key])

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_id::String

Returns the value of attribute access_key_id.

Returns:

  • (::String)


1037
1038
1039
# File 'sig/types.rbs', line 1037

def access_key_id
  @access_key_id
end

#raw_secret_access_key::String

Returns the value of attribute raw_secret_access_key.

Returns:

  • (::String)


1038
1039
1040
# File 'sig/types.rbs', line 1038

def raw_secret_access_key
  @raw_secret_access_key
end