Class: Aws::Types::Certificate
- Inherits:
-
Object
- Object
- Aws::Types::Certificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_data ⇒ ::String
Returns the value of attribute certificate_data.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
36 37 38 |
# File 'sig/types.rbs', line 36 def certificate_arn @certificate_arn end |
#certificate_data ⇒ ::String
Returns the value of attribute certificate_data.
37 38 39 |
# File 'sig/types.rbs', line 37 def certificate_data @certificate_data end |