Class: Aws::IoTWireless::Types::GetWirelessGatewayTaskDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayTaskDefinitionResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the resource.
-
#auto_create_tasks ⇒ Boolean
Whether to automatically create tasks using this task definition for all gateways with the specified current version.
-
#name ⇒ String
The name of the resource.
-
#update ⇒ Types::UpdateWirelessGatewayTaskCreate
Information about the gateways to update.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
2984 2985 2986 2987 2988 2989 2990 2991 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2984 class GetWirelessGatewayTaskDefinitionResponse < Struct.new( :auto_create_tasks, :name, :update, :arn) SENSITIVE = [] include Aws::Structure end |
#auto_create_tasks ⇒ Boolean
Whether to automatically create tasks using this task definition for
all gateways with the specified current version. If false, the
task must me created by calling CreateWirelessGatewayTask.
2984 2985 2986 2987 2988 2989 2990 2991 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2984 class GetWirelessGatewayTaskDefinitionResponse < Struct.new( :auto_create_tasks, :name, :update, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
2984 2985 2986 2987 2988 2989 2990 2991 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2984 class GetWirelessGatewayTaskDefinitionResponse < Struct.new( :auto_create_tasks, :name, :update, :arn) SENSITIVE = [] include Aws::Structure end |
#update ⇒ Types::UpdateWirelessGatewayTaskCreate
Information about the gateways to update.
2984 2985 2986 2987 2988 2989 2990 2991 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2984 class GetWirelessGatewayTaskDefinitionResponse < Struct.new( :auto_create_tasks, :name, :update, :arn) SENSITIVE = [] include Aws::Structure end |