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.
-
#is_default ⇒ Boolean
Returns the value of attribute is_default.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
133 134 135 |
# File 'sig/types.rbs', line 133 def certificate_arn @certificate_arn end |
#is_default ⇒ Boolean
Returns the value of attribute is_default.
134 135 136 |
# File 'sig/types.rbs', line 134 def is_default @is_default end |