Class: Aws::Types::CreateSoftwareUpdateJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_client_token::String

Returns the value of attribute amzn_client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("core", "ota_agent")


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.

Returns:

  • ("NONE", "TRACE", "DEBUG", "VERBOSE", "INFO", "WARN", "ERROR", "FATAL")


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("armv6l", "armv7l", "x86_64", "aarch64")


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.

Returns:

  • ("ubuntu", "raspbian", "amazon_linux", "openwrt")


375
376
377
# File 'sig/types.rbs', line 375

def update_targets_operating_system
  @update_targets_operating_system
end