Class: Aws::Types::TLSCertificateConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_provider_type"PEM"

Returns the value of attribute certificate_provider_type.

Returns:

  • ("PEM")


628
629
630
# File 'sig/types.rbs', line 628

def certificate_provider_type
  @certificate_provider_type
end

#private_certificate_secret_arn::String

Returns the value of attribute private_certificate_secret_arn.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def private_certificate_secret_arn
  @private_certificate_secret_arn
end

#public_certificate_secret_arn::String

Returns the value of attribute public_certificate_secret_arn.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def public_certificate_secret_arn
  @public_certificate_secret_arn
end