Class: Aws::Types::DeploySystemInstanceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeploySystemInstanceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#greengrass_deployment_id ⇒ ::String
Returns the value of attribute greengrass_deployment_id.
-
#summary ⇒ Types::SystemInstanceSummary
Returns the value of attribute summary.
Instance Attribute Details
#greengrass_deployment_id ⇒ ::String
Returns the value of attribute greengrass_deployment_id.
111 112 113 |
# File 'sig/types.rbs', line 111 def greengrass_deployment_id @greengrass_deployment_id end |
#summary ⇒ Types::SystemInstanceSummary
Returns the value of attribute summary.
110 111 112 |
# File 'sig/types.rbs', line 110 def summary @summary end |