Class: Aws::Types::OTAUpdateInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_parameters::Hash[::String, ::String]

Returns the value of attribute additional_parameters.

Returns:

  • (::Hash[::String, ::String])


4027
4028
4029
# File 'sig/types.rbs', line 4027

def additional_parameters
  @additional_parameters
end

#aws_iot_job_arn::String

Returns the value of attribute aws_iot_job_arn.

Returns:

  • (::String)


4025
4026
4027
# File 'sig/types.rbs', line 4025

def aws_iot_job_arn
  @aws_iot_job_arn
end

#aws_iot_job_id::String

Returns the value of attribute aws_iot_job_id.

Returns:

  • (::String)


4024
4025
4026
# File 'sig/types.rbs', line 4024

def aws_iot_job_id
  @aws_iot_job_id
end

#aws_job_executions_rollout_configTypes::AwsJobExecutionsRolloutConfig

Returns the value of attribute aws_job_executions_rollout_config.



4019
4020
4021
# File 'sig/types.rbs', line 4019

def aws_job_executions_rollout_config
  @aws_job_executions_rollout_config
end

#aws_job_presigned_url_configTypes::AwsJobPresignedUrlConfig

Returns the value of attribute aws_job_presigned_url_config.



4020
4021
4022
# File 'sig/types.rbs', line 4020

def aws_job_presigned_url_config
  @aws_job_presigned_url_config
end

#creation_date::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


4014
4015
4016
# File 'sig/types.rbs', line 4014

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4016
4017
4018
# File 'sig/types.rbs', line 4016

def description
  @description
end

#error_infoTypes::ErrorInfo

Returns the value of attribute error_info.

Returns:



4026
4027
4028
# File 'sig/types.rbs', line 4026

def error_info
  @error_info
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


4015
4016
4017
# File 'sig/types.rbs', line 4015

def last_modified_date
  @last_modified_date
end

#ota_update_arn::String

Returns the value of attribute ota_update_arn.

Returns:

  • (::String)


4013
4014
4015
# File 'sig/types.rbs', line 4013

def ota_update_arn
  @ota_update_arn
end

#ota_update_files::Array[Types::OTAUpdateFile]

Returns the value of attribute ota_update_files.

Returns:



4022
4023
4024
# File 'sig/types.rbs', line 4022

def ota_update_files
  @ota_update_files
end

#ota_update_id::String

Returns the value of attribute ota_update_id.

Returns:

  • (::String)


4012
4013
4014
# File 'sig/types.rbs', line 4012

def ota_update_id
  @ota_update_id
end

#ota_update_status"CREATE_PENDING", ...

Returns the value of attribute ota_update_status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_FAILED")


4023
4024
4025
# File 'sig/types.rbs', line 4023

def ota_update_status
  @ota_update_status
end

#protocols::Array[("MQTT" | "HTTP")]

Returns the value of attribute protocols.

Returns:

  • (::Array[("MQTT" | "HTTP")])


4018
4019
4020
# File 'sig/types.rbs', line 4018

def protocols
  @protocols
end

#target_selection"CONTINUOUS", "SNAPSHOT"

Returns the value of attribute target_selection.

Returns:

  • ("CONTINUOUS", "SNAPSHOT")


4021
4022
4023
# File 'sig/types.rbs', line 4021

def target_selection
  @target_selection
end

#targets::Array[::String]

Returns the value of attribute targets.

Returns:

  • (::Array[::String])


4017
4018
4019
# File 'sig/types.rbs', line 4017

def targets
  @targets
end