Class: Aws::Types::ExportCertificateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:private_key])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate::String

Returns the value of attribute certificate.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def certificate
  @certificate
end

#certificate_chain::String

Returns the value of attribute certificate_chain.

Returns:

  • (::String)


551
552
553
# File 'sig/types.rbs', line 551

def certificate_chain
  @certificate_chain
end

#private_key::String

Returns the value of attribute private_key.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def private_key
  @private_key
end