Class: Aws::SnowDeviceManagement::Types::DescribeTaskInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::DescribeTaskInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The ID of the task to be described.
Instance Attribute Details
#task_id ⇒ String
The ID of the task to be described.
354 355 356 357 358 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 354 class DescribeTaskInput < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |