Class: Aws::Types::Preview
- Inherits:
-
Object
- Object
- Aws::Types::Preview
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#preview_status ⇒ "PREVIEW_IN_PROGRESS", ...
Returns the value of attribute preview_status.
-
#preview_url ⇒ ::String
Returns the value of attribute preview_url.
-
#status_exception ⇒ Types::StatusException
Returns the value of attribute status_exception.
Instance Attribute Details
#preview_status ⇒ "PREVIEW_IN_PROGRESS", ...
Returns the value of attribute preview_status.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def preview_status @preview_status end |
#preview_url ⇒ ::String
Returns the value of attribute preview_url.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def preview_url @preview_url end |
#status_exception ⇒ Types::StatusException
Returns the value of attribute status_exception.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def status_exception @status_exception end |