Class: Aws::Types::CreateOTAUpdateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_iot_job_arn::String

Returns the value of attribute aws_iot_job_arn.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

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)


1022
1023
1024
# File 'sig/types.rbs', line 1022

def aws_iot_job_id
  @aws_iot_job_id
end

#ota_update_arn::String

Returns the value of attribute ota_update_arn.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def ota_update_arn
  @ota_update_arn
end

#ota_update_id::String

Returns the value of attribute ota_update_id.

Returns:

  • (::String)


1021
1022
1023
# File 'sig/types.rbs', line 1021

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")


1025
1026
1027
# File 'sig/types.rbs', line 1025

def ota_update_status
  @ota_update_status
end