Class: Aws::Types::ServerCertificateConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_ocsp_checkBoolean

Returns the value of attribute enable_ocsp_check.

Returns:

  • (Boolean)


4447
4448
4449
# File 'sig/types.rbs', line 4447

def enable_ocsp_check
  @enable_ocsp_check
end

#ocsp_authorized_responder_arn::String

Returns the value of attribute ocsp_authorized_responder_arn.

Returns:

  • (::String)


4449
4450
4451
# File 'sig/types.rbs', line 4449

def ocsp_authorized_responder_arn
  @ocsp_authorized_responder_arn
end

#ocsp_lambda_arn::String

Returns the value of attribute ocsp_lambda_arn.

Returns:

  • (::String)


4448
4449
4450
# File 'sig/types.rbs', line 4448

def ocsp_lambda_arn
  @ocsp_lambda_arn
end