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.
-
#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.
54 55 56 |
# File 'sig/types.rbs', line 54 def certificate_arn @certificate_arn end |
#certificate_identifier ⇒ ::String
Returns the value of attribute certificate_identifier.
49 50 51 |
# File 'sig/types.rbs', line 49 def certificate_identifier @certificate_identifier end |
#certificate_type ⇒ ::String
Returns the value of attribute certificate_type.
50 51 52 |
# File 'sig/types.rbs', line 50 def certificate_type @certificate_type end |
#thumbprint ⇒ ::String
Returns the value of attribute thumbprint.
51 52 53 |
# File 'sig/types.rbs', line 51 def thumbprint @thumbprint end |
#valid_from ⇒ ::Time
Returns the value of attribute valid_from.
52 53 54 |
# File 'sig/types.rbs', line 52 def valid_from @valid_from end |
#valid_till ⇒ ::Time
Returns the value of attribute valid_till.
53 54 55 |
# File 'sig/types.rbs', line 53 def valid_till @valid_till end |