Class: Aws::Types::Certificate
- Inherits:
-
Object
- Object
- Aws::Types::Certificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#client_cert_auth_settings ⇒ Types::ClientCertAuthSettings
Returns the value of attribute client_cert_auth_settings.
-
#common_name ⇒ ::String
Returns the value of attribute common_name.
-
#expiry_date_time ⇒ ::Time
Returns the value of attribute expiry_date_time.
-
#registered_date_time ⇒ ::Time
Returns the value of attribute registered_date_time.
-
#state ⇒ "Registering", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
-
#type ⇒ "ClientCertAuth", "ClientLDAPS"
Returns the value of attribute type.
Instance Attribute Details
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
141 142 143 |
# File 'sig/types.rbs', line 141 def certificate_id @certificate_id end |
#client_cert_auth_settings ⇒ Types::ClientCertAuthSettings
Returns the value of attribute client_cert_auth_settings.
148 149 150 |
# File 'sig/types.rbs', line 148 def client_cert_auth_settings @client_cert_auth_settings end |
#common_name ⇒ ::String
Returns the value of attribute common_name.
144 145 146 |
# File 'sig/types.rbs', line 144 def common_name @common_name end |
#expiry_date_time ⇒ ::Time
Returns the value of attribute expiry_date_time.
146 147 148 |
# File 'sig/types.rbs', line 146 def expiry_date_time @expiry_date_time end |
#registered_date_time ⇒ ::Time
Returns the value of attribute registered_date_time.
145 146 147 |
# File 'sig/types.rbs', line 145 def registered_date_time @registered_date_time end |
#state ⇒ "Registering", ...
Returns the value of attribute state.
142 143 144 |
# File 'sig/types.rbs', line 142 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
143 144 145 |
# File 'sig/types.rbs', line 143 def state_reason @state_reason end |
#type ⇒ "ClientCertAuth", "ClientLDAPS"
Returns the value of attribute type.
147 148 149 |
# File 'sig/types.rbs', line 147 def type @type end |