Class: Aws::Types::ImportCertificateAuthorityCertificateRequest

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)


278
279
280
# File 'sig/types.rbs', line 278

def certificate
  @certificate
end

#certificate_authority_arn::String

Returns the value of attribute certificate_authority_arn.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def certificate_authority_arn
  @certificate_authority_arn
end

#certificate_chain::String

Returns the value of attribute certificate_chain.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def certificate_chain
  @certificate_chain
end