Class: Aws::Types::InforNexusConnectorProfileCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_key_id])

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_id::String

Returns the value of attribute access_key_id.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def access_key_id
  @access_key_id
end

#datakey::String

Returns the value of attribute datakey.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def datakey
  @datakey
end

#secret_access_key::String

Returns the value of attribute secret_access_key.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def secret_access_key
  @secret_access_key
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


719
720
721
# File 'sig/types.rbs', line 719

def user_id
  @user_id
end