Class: Aws::Types::GetCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
256 257 258 |
# File 'sig/types.rbs', line 256 def certificate_arn @certificate_arn end |
#certificate_authority_arn ⇒ ::String
Returns the value of attribute certificate_authority_arn.
255 256 257 |
# File 'sig/types.rbs', line 255 def @certificate_authority_arn end |