Class: Aws::Types::IssuerDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_fingerprint::String

Returns the value of attribute key_fingerprint.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def key_fingerprint
  @key_fingerprint
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def name
  @name
end

#sign_key::String

Returns the value of attribute sign_key.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def sign_key
  @sign_key
end