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_identifier ⇒ ::String
Returns the value of attribute certificate_identifier.
-
#certificate_type ⇒ ::String
Returns the value of attribute certificate_type.
-
#customer_override ⇒ Boolean
Returns the value of attribute customer_override.
-
#customer_override_valid_till ⇒ ::Time
Returns the value of attribute customer_override_valid_till.
-
#thumbprint ⇒ ::String
Returns the value of attribute thumbprint.
-
#valid_from ⇒ ::Time
Returns the value of attribute valid_from.
-
#valid_till ⇒ ::Time
Returns the value of attribute valid_till.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
189 190 191 |
# File 'sig/types.rbs', line 189 def certificate_arn @certificate_arn end |
#certificate_identifier ⇒ ::String
Returns the value of attribute certificate_identifier.
184 185 186 |
# File 'sig/types.rbs', line 184 def certificate_identifier @certificate_identifier end |
#certificate_type ⇒ ::String
Returns the value of attribute certificate_type.
185 186 187 |
# File 'sig/types.rbs', line 185 def certificate_type @certificate_type end |
#customer_override ⇒ Boolean
Returns the value of attribute customer_override.
190 191 192 |
# File 'sig/types.rbs', line 190 def customer_override @customer_override end |
#customer_override_valid_till ⇒ ::Time
Returns the value of attribute customer_override_valid_till.
191 192 193 |
# File 'sig/types.rbs', line 191 def customer_override_valid_till @customer_override_valid_till end |
#thumbprint ⇒ ::String
Returns the value of attribute thumbprint.
186 187 188 |
# File 'sig/types.rbs', line 186 def thumbprint @thumbprint end |
#valid_from ⇒ ::Time
Returns the value of attribute valid_from.
187 188 189 |
# File 'sig/types.rbs', line 187 def valid_from @valid_from end |
#valid_till ⇒ ::Time
Returns the value of attribute valid_till.
188 189 190 |
# File 'sig/types.rbs', line 188 def valid_till @valid_till end |