Class: Aws::Types::ImportCertificateAuthorityCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportCertificateAuthorityCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
-
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
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.
277 278 279 |
# File 'sig/types.rbs', line 277 def @certificate_authority_arn end |
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
279 280 281 |
# File 'sig/types.rbs', line 279 def certificate_chain @certificate_chain end |