Class: Aws::Types::CertificateInfo
- Inherits:
-
Object
- Object
- Aws::Types::CertificateInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#common_name ⇒ ::String
Returns the value of attribute common_name.
-
#expiry_date_time ⇒ ::Time
Returns the value of attribute expiry_date_time.
-
#state ⇒ "Registering", ...
Returns the value of attribute state.
-
#type ⇒ "ClientCertAuth", "ClientLDAPS"
Returns the value of attribute type.
Instance Attribute Details
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
171 172 173 |
# File 'sig/types.rbs', line 171 def certificate_id @certificate_id end |
#common_name ⇒ ::String
Returns the value of attribute common_name.
172 173 174 |
# File 'sig/types.rbs', line 172 def common_name @common_name end |
#expiry_date_time ⇒ ::Time
Returns the value of attribute expiry_date_time.
174 175 176 |
# File 'sig/types.rbs', line 174 def expiry_date_time @expiry_date_time end |
#state ⇒ "Registering", ...
Returns the value of attribute state.
173 174 175 |
# File 'sig/types.rbs', line 173 def state @state end |
#type ⇒ "ClientCertAuth", "ClientLDAPS"
Returns the value of attribute type.
175 176 177 |
# File 'sig/types.rbs', line 175 def type @type end |