Class: Aws::Types::StartThingRegistrationTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartThingRegistrationTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_file_bucket ⇒ ::String
Returns the value of attribute input_file_bucket.
-
#input_file_key ⇒ ::String
Returns the value of attribute input_file_key.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
Instance Attribute Details
#input_file_bucket ⇒ ::String
Returns the value of attribute input_file_bucket.
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.
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.
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.
4586 4587 4588 |
# File 'sig/types.rbs', line 4586 def template_body @template_body end |