Class: Aws::Types::StartThingRegistrationTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_file_bucket::String

Returns the value of attribute input_file_bucket.

Returns:

  • (::String)


4587
4588
4589
# File 'sig/types.rbs', line 4587

def input_file_bucket
  @input_file_bucket
end

#input_file_key::String

Returns the value of attribute input_file_key.

Returns:

  • (::String)


4588
4589
4590
# File 'sig/types.rbs', line 4588

def input_file_key
  @input_file_key
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4589
4590
4591
# File 'sig/types.rbs', line 4589

def role_arn
  @role_arn
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


4586
4587
4588
# File 'sig/types.rbs', line 4586

def template_body
  @template_body
end