Class: Aws::SnowDeviceManagement::Types::DescribeExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::DescribeExecutionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_device_id ⇒ String
The ID of the managed device.
-
#task_id ⇒ String
The ID of the task that the action is describing.
Instance Attribute Details
#managed_device_id ⇒ String
The ID of the managed device.
304 305 306 307 308 309 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 304 class DescribeExecutionInput < Struct.new( :managed_device_id, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The ID of the task that the action is describing.
304 305 306 307 308 309 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 304 class DescribeExecutionInput < Struct.new( :managed_device_id, :task_id) SENSITIVE = [] include Aws::Structure end |