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.
1741 1742 1743 |
# File 'sig/types.rbs', line 1741 def arn @arn end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def domain_name @domain_name end |
#status ⇒ "PROVISIONING", ...
Returns the value of attribute status.
1742 1743 1744 |
# File 'sig/types.rbs', line 1742 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1743 1744 1745 |
# File 'sig/types.rbs', line 1743 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1744 1745 1746 |
# File 'sig/types.rbs', line 1744 def updated_at @updated_at end |