Class: Aws::SnowDeviceManagement::Types::CreateTaskOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SnowDeviceManagement::Types::CreateTaskOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowdevicemanagement/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task that you created.
-
#task_id ⇒ String
The ID of the task that you created.
Instance Attribute Details
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task that you created.
180 181 182 183 184 185 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 180 class CreateTaskOutput < Struct.new( :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The ID of the task that you created.
180 181 182 183 184 185 |
# File 'lib/aws-sdk-snowdevicemanagement/types.rb', line 180 class CreateTaskOutput < Struct.new( :task_arn, :task_id) SENSITIVE = [] include Aws::Structure end |