Class: Aws::Types::ExternalId

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:issuer, :id])

Instance Attribute Summary collapse

Instance Attribute Details

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


222
223
224
# File 'sig/types.rbs', line 222

def id
  @id
end

#issuer ⇒ ::String

Returns the value of attribute issuer.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def issuer
  @issuer
end