Class: Aws::Types::InstanceCredentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#secret::String

Returns the value of attribute secret.

Returns:

  • (::String)


1469
1470
1471
# File 'sig/types.rbs', line 1469

def secret
  @secret
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1468
1469
1470
# File 'sig/types.rbs', line 1468

def user_name
  @user_name
end