Class: Aws::Types::UpdateCACertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCACertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#new_auto_registration_status ⇒ "ENABLE", "DISABLE"
Returns the value of attribute new_auto_registration_status.
-
#new_status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute new_status.
-
#registration_config ⇒ Types::RegistrationConfig
Returns the value of attribute registration_config.
-
#remove_auto_registration ⇒ Boolean
Returns the value of attribute remove_auto_registration.
Instance Attribute Details
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
5057 5058 5059 |
# File 'sig/types.rbs', line 5057 def certificate_id @certificate_id end |
#new_auto_registration_status ⇒ "ENABLE", "DISABLE"
Returns the value of attribute new_auto_registration_status.
5059 5060 5061 |
# File 'sig/types.rbs', line 5059 def new_auto_registration_status @new_auto_registration_status end |
#new_status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute new_status.
5058 5059 5060 |
# File 'sig/types.rbs', line 5058 def new_status @new_status end |
#registration_config ⇒ Types::RegistrationConfig
Returns the value of attribute registration_config.
5060 5061 5062 |
# File 'sig/types.rbs', line 5060 def registration_config @registration_config end |
#remove_auto_registration ⇒ Boolean
Returns the value of attribute remove_auto_registration.
5061 5062 5063 |
# File 'sig/types.rbs', line 5061 def remove_auto_registration @remove_auto_registration end |