Class: Aws::Types::OTAUpdateInfo
- Inherits:
-
Object
- Object
- Aws::Types::OTAUpdateInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_parameters.
-
#aws_iot_job_arn ⇒ ::String
Returns the value of attribute aws_iot_job_arn.
-
#aws_iot_job_id ⇒ ::String
Returns the value of attribute aws_iot_job_id.
-
#aws_job_executions_rollout_config ⇒ Types::AwsJobExecutionsRolloutConfig
Returns the value of attribute aws_job_executions_rollout_config.
-
#aws_job_presigned_url_config ⇒ Types::AwsJobPresignedUrlConfig
Returns the value of attribute aws_job_presigned_url_config.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#ota_update_arn ⇒ ::String
Returns the value of attribute ota_update_arn.
-
#ota_update_files ⇒ ::Array[Types::OTAUpdateFile]
Returns the value of attribute ota_update_files.
-
#ota_update_id ⇒ ::String
Returns the value of attribute ota_update_id.
-
#ota_update_status ⇒ "CREATE_PENDING", ...
Returns the value of attribute ota_update_status.
-
#protocols ⇒ ::Array[("MQTT" | "HTTP")]
Returns the value of attribute protocols.
-
#target_selection ⇒ "CONTINUOUS", "SNAPSHOT"
Returns the value of attribute target_selection.
-
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
Instance Attribute Details
#additional_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_parameters.
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.
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.
4024 4025 4026 |
# File 'sig/types.rbs', line 4024 def aws_iot_job_id @aws_iot_job_id end |
#aws_job_executions_rollout_config ⇒ Types::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_config ⇒ Types::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.
4014 4015 4016 |
# File 'sig/types.rbs', line 4014 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
4016 4017 4018 |
# File 'sig/types.rbs', line 4016 def description @description end |
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
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.
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.
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.
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.
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.
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.
4018 4019 4020 |
# File 'sig/types.rbs', line 4018 def protocols @protocols end |
#target_selection ⇒ "CONTINUOUS", "SNAPSHOT"
Returns the value of attribute target_selection.
4021 4022 4023 |
# File 'sig/types.rbs', line 4021 def target_selection @target_selection end |
#targets ⇒ ::Array[::String]
Returns the value of attribute targets.
4017 4018 4019 |
# File 'sig/types.rbs', line 4017 def targets @targets end |