Class: Aws::Types::GetCredentialsForIdentityResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::Credentials

Returns the value of attribute credentials.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def credentials
  @credentials
end

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def identity_id
  @identity_id
end