Class: Aws::Types::Certificate
- Inherits:
-
Object
- Object
- Aws::Types::Certificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_creation_date ⇒ ::Time
Returns the value of attribute certificate_creation_date.
-
#certificate_identifier ⇒ ::String
Returns the value of attribute certificate_identifier.
-
#certificate_owner ⇒ ::String
Returns the value of attribute certificate_owner.
-
#certificate_pem ⇒ ::String
Returns the value of attribute certificate_pem.
-
#certificate_wallet ⇒ ::String
Returns the value of attribute certificate_wallet.
-
#key_length ⇒ ::Integer
Returns the value of attribute key_length.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#signing_algorithm ⇒ ::String
Returns the value of attribute signing_algorithm.
-
#valid_from_date ⇒ ::Time
Returns the value of attribute valid_from_date.
-
#valid_to_date ⇒ ::Time
Returns the value of attribute valid_to_date.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
103 104 105 |
# File 'sig/types.rbs', line 103 def certificate_arn @certificate_arn end |
#certificate_creation_date ⇒ ::Time
Returns the value of attribute certificate_creation_date.
100 101 102 |
# File 'sig/types.rbs', line 100 def certificate_creation_date @certificate_creation_date end |
#certificate_identifier ⇒ ::String
Returns the value of attribute certificate_identifier.
99 100 101 |
# File 'sig/types.rbs', line 99 def certificate_identifier @certificate_identifier end |
#certificate_owner ⇒ ::String
Returns the value of attribute certificate_owner.
104 105 106 |
# File 'sig/types.rbs', line 104 def certificate_owner @certificate_owner end |
#certificate_pem ⇒ ::String
Returns the value of attribute certificate_pem.
101 102 103 |
# File 'sig/types.rbs', line 101 def certificate_pem @certificate_pem end |
#certificate_wallet ⇒ ::String
Returns the value of attribute certificate_wallet.
102 103 104 |
# File 'sig/types.rbs', line 102 def certificate_wallet @certificate_wallet end |
#key_length ⇒ ::Integer
Returns the value of attribute key_length.
108 109 110 |
# File 'sig/types.rbs', line 108 def key_length @key_length end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
109 110 111 |
# File 'sig/types.rbs', line 109 def kms_key_id @kms_key_id end |
#signing_algorithm ⇒ ::String
Returns the value of attribute signing_algorithm.
107 108 109 |
# File 'sig/types.rbs', line 107 def signing_algorithm @signing_algorithm end |
#valid_from_date ⇒ ::Time
Returns the value of attribute valid_from_date.
105 106 107 |
# File 'sig/types.rbs', line 105 def valid_from_date @valid_from_date end |
#valid_to_date ⇒ ::Time
Returns the value of attribute valid_to_date.
106 107 108 |
# File 'sig/types.rbs', line 106 def valid_to_date @valid_to_date end |