Class: Aws::Types::ClientCertificate
- Inherits:
-
Object
- Object
- Aws::Types::ClientCertificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_certificate_id ⇒ ::String
Returns the value of attribute client_certificate_id.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#pem_encoded_certificate ⇒ ::String
Returns the value of attribute pem_encoded_certificate.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_certificate_id ⇒ ::String
Returns the value of attribute client_certificate_id.
106 107 108 |
# File 'sig/types.rbs', line 106 def client_certificate_id @client_certificate_id end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
109 110 111 |
# File 'sig/types.rbs', line 109 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
107 108 109 |
# File 'sig/types.rbs', line 107 def description @description end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
110 111 112 |
# File 'sig/types.rbs', line 110 def expiration_date @expiration_date end |
#pem_encoded_certificate ⇒ ::String
Returns the value of attribute pem_encoded_certificate.
108 109 110 |
# File 'sig/types.rbs', line 108 def pem_encoded_certificate @pem_encoded_certificate end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
111 112 113 |
# File 'sig/types.rbs', line 111 def @tags end |