Class: Aws::Types::OutgoingCertificate
- Inherits:
-
Object
- Object
- Aws::Types::OutgoingCertificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#transfer_date ⇒ ::Time
Returns the value of attribute transfer_date.
-
#transfer_message ⇒ ::String
Returns the value of attribute transfer_message.
-
#transferred_to ⇒ ::String
Returns the value of attribute transferred_to.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
4048 4049 4050 |
# File 'sig/types.rbs', line 4048 def certificate_arn @certificate_arn end |
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
4049 4050 4051 |
# File 'sig/types.rbs', line 4049 def certificate_id @certificate_id end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
4053 4054 4055 |
# File 'sig/types.rbs', line 4053 def creation_date @creation_date end |
#transfer_date ⇒ ::Time
Returns the value of attribute transfer_date.
4051 4052 4053 |
# File 'sig/types.rbs', line 4051 def transfer_date @transfer_date end |
#transfer_message ⇒ ::String
Returns the value of attribute transfer_message.
4052 4053 4054 |
# File 'sig/types.rbs', line 4052 def @transfer_message end |
#transferred_to ⇒ ::String
Returns the value of attribute transferred_to.
4050 4051 4052 |
# File 'sig/types.rbs', line 4050 def transferred_to @transferred_to end |