Class: Aws::Types::GetCertificateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate::String

Returns the value of attribute certificate.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def certificate
  @certificate
end

#certificate_chain::String

Returns the value of attribute certificate_chain.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def certificate_chain
  @certificate_chain
end