Class: Aws::Types::EdgePresetDeploymentOutput
- Inherits:
-
Object
- Object
- Aws::Types::EdgePresetDeploymentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact ⇒ ::String
Returns the value of attribute artifact.
-
#status ⇒ "COMPLETED", "FAILED"
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#type ⇒ "GreengrassV2Component"
Returns the value of attribute type.
Instance Attribute Details
#artifact ⇒ ::String
Returns the value of attribute artifact.
5694 5695 5696 |
# File 'sig/types.rbs', line 5694 def artifact @artifact end |
#status ⇒ "COMPLETED", "FAILED"
Returns the value of attribute status.
5695 5696 5697 |
# File 'sig/types.rbs', line 5695 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
5696 5697 5698 |
# File 'sig/types.rbs', line 5696 def @status_message end |
#type ⇒ "GreengrassV2Component"
Returns the value of attribute type.
5693 5694 5695 |
# File 'sig/types.rbs', line 5693 def type @type end |