Class: Aws::Types::ModifyCertificatesMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCertificatesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_identifier ⇒ ::String
Returns the value of attribute certificate_identifier.
-
#remove_customer_override ⇒ Boolean
Returns the value of attribute remove_customer_override.
Instance Attribute Details
#certificate_identifier ⇒ ::String
Returns the value of attribute certificate_identifier.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def certificate_identifier @certificate_identifier end |
#remove_customer_override ⇒ Boolean
Returns the value of attribute remove_customer_override.
2938 2939 2940 |
# File 'sig/types.rbs', line 2938 def remove_customer_override @remove_customer_override end |