Class: Aws::Types::IdentityCertificate
- Inherits:
-
Object
- Object
- Aws::Types::IdentityCertificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_expiry_time ⇒ ::Time
Returns the value of attribute certificate_expiry_time.
-
#from_address ⇒ ::String
Returns the value of attribute from_address.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def certificate_arn @certificate_arn end |
#certificate_expiry_time ⇒ ::Time
Returns the value of attribute certificate_expiry_time.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def certificate_expiry_time @certificate_expiry_time end |
#from_address ⇒ ::String
Returns the value of attribute from_address.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def from_address @from_address end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def status @status end |