Class: Aws::Types::ManagedCertificate
- Inherits:
-
Object
- Object
- Aws::Types::ManagedCertificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1757 1758 1759 |
# File 'sig/types.rbs', line 1757 def arn @arn end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def domain_name @domain_name end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1758 1759 1760 |
# File 'sig/types.rbs', line 1758 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def updated_at @updated_at end |