Class: Aws::Types::ExportCertificateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:passphrase])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arn::String

Returns the value of attribute certificate_arn.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def certificate_arn
  @certificate_arn
end

#passphrase::String

Returns the value of attribute passphrase.

Returns:

  • (::String)


545
546
547
# File 'sig/types.rbs', line 545

def passphrase
  @passphrase
end