Class: Aws::Types::IssueCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::IssueCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_passthrough ⇒ Types::ApiPassthrough
Returns the value of attribute api_passthrough.
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#csr ⇒ ::String
Returns the value of attribute csr.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#signing_algorithm ⇒ "SHA256WITHECDSA", ...
Returns the value of attribute signing_algorithm.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#validity ⇒ Types::Validity
Returns the value of attribute validity.
-
#validity_not_before ⇒ Types::Validity
Returns the value of attribute validity_not_before.
Instance Attribute Details
#api_passthrough ⇒ Types::ApiPassthrough
Returns the value of attribute api_passthrough.
319 320 321 |
# File 'sig/types.rbs', line 319 def api_passthrough @api_passthrough end |
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
320 321 322 |
# File 'sig/types.rbs', line 320 def @certificate_authority_arn end |
#csr ⇒ ::String
Returns the value of attribute csr.
321 322 323 |
# File 'sig/types.rbs', line 321 def csr @csr end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
326 327 328 |
# File 'sig/types.rbs', line 326 def idempotency_token @idempotency_token end |
#signing_algorithm ⇒ "SHA256WITHECDSA", ...
Returns the value of attribute signing_algorithm.
322 323 324 |
# File 'sig/types.rbs', line 322 def signing_algorithm @signing_algorithm end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
323 324 325 |
# File 'sig/types.rbs', line 323 def template_arn @template_arn end |
#validity ⇒ Types::Validity
Returns the value of attribute validity.
324 325 326 |
# File 'sig/types.rbs', line 324 def validity @validity end |
#validity_not_before ⇒ Types::Validity
Returns the value of attribute validity_not_before.
325 326 327 |
# File 'sig/types.rbs', line 325 def validity_not_before @validity_not_before end |