Class: Aws::IoT::Types::StartThingRegistrationTaskRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_file_bucketString

The S3 bucket that contains the input file.

Returns:

  • (String)


14115
14116
14117
14118
14119
14120
14121
14122
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14115

class StartThingRegistrationTaskRequest < Struct.new(
  :template_body,
  :input_file_bucket,
  :input_file_key,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#input_file_keyString

The name of input file within the S3 bucket. This file contains a newline delimited JSON file. Each line contains the parameter values to provision one device (thing).

Returns:

  • (String)


14115
14116
14117
14118
14119
14120
14121
14122
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14115

class StartThingRegistrationTaskRequest < Struct.new(
  :template_body,
  :input_file_bucket,
  :input_file_key,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The IAM role ARN that grants permission the input file.

Returns:

  • (String)


14115
14116
14117
14118
14119
14120
14121
14122
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14115

class StartThingRegistrationTaskRequest < Struct.new(
  :template_body,
  :input_file_bucket,
  :input_file_key,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#template_bodyString

The provisioning template.

Returns:

  • (String)


14115
14116
14117
14118
14119
14120
14121
14122
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14115

class StartThingRegistrationTaskRequest < Struct.new(
  :template_body,
  :input_file_bucket,
  :input_file_key,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end