Class: Aws::Types::CreateSoftwareUpdateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSoftwareUpdateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
-
#s3_url_signer_role ⇒ ::String
Returns the value of attribute s3_url_signer_role.
-
#software_to_update ⇒ "core", "ota_agent"
Returns the value of attribute software_to_update.
-
#update_agent_log_level ⇒ "NONE", ...
Returns the value of attribute update_agent_log_level.
-
#update_targets ⇒ ::Array[::String]
Returns the value of attribute update_targets.
-
#update_targets_architecture ⇒ "armv6l", ...
Returns the value of attribute update_targets_architecture.
-
#update_targets_operating_system ⇒ "ubuntu", ...
Returns the value of attribute update_targets_operating_system.
Instance Attribute Details
#amzn_client_token ⇒ ::String
Returns the value of attribute amzn_client_token.
369 370 371 |
# File 'sig/types.rbs', line 369 def amzn_client_token @amzn_client_token end |
#s3_url_signer_role ⇒ ::String
Returns the value of attribute s3_url_signer_role.
370 371 372 |
# File 'sig/types.rbs', line 370 def s3_url_signer_role @s3_url_signer_role end |
#software_to_update ⇒ "core", "ota_agent"
Returns the value of attribute software_to_update.
371 372 373 |
# File 'sig/types.rbs', line 371 def software_to_update @software_to_update end |
#update_agent_log_level ⇒ "NONE", ...
Returns the value of attribute update_agent_log_level.
372 373 374 |
# File 'sig/types.rbs', line 372 def update_agent_log_level @update_agent_log_level end |
#update_targets ⇒ ::Array[::String]
Returns the value of attribute update_targets.
373 374 375 |
# File 'sig/types.rbs', line 373 def update_targets @update_targets end |
#update_targets_architecture ⇒ "armv6l", ...
Returns the value of attribute update_targets_architecture.
374 375 376 |
# File 'sig/types.rbs', line 374 def update_targets_architecture @update_targets_architecture end |
#update_targets_operating_system ⇒ "ubuntu", ...
Returns the value of attribute update_targets_operating_system.
375 376 377 |
# File 'sig/types.rbs', line 375 def @update_targets_operating_system end |