Class: Aws::Types::EffectiveDeployment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#core_device_execution_status ⇒ "IN_PROGRESS", ...

Returns the value of attribute core_device_execution_status.

Returns:

  • ("IN_PROGRESS", "QUEUED", "FAILED", "COMPLETED", "TIMED_OUT", "CANCELED", "REJECTED", "SUCCEEDED")


306
307
308
# File 'sig/types.rbs', line 306

def core_device_execution_status
  @core_device_execution_status
end

#creation_timestamp ⇒ ::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


308
309
310
# File 'sig/types.rbs', line 308

def creation_timestamp
  @creation_timestamp
end

#deployment_id ⇒ ::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def deployment_id
  @deployment_id
end

#deployment_name ⇒ ::String

Returns the value of attribute deployment_name.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def deployment_name
  @deployment_name
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def description
  @description
end

#iot_job_arn ⇒ ::String

Returns the value of attribute iot_job_arn.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def iot_job_arn
  @iot_job_arn
end

#iot_job_id ⇒ ::String

Returns the value of attribute iot_job_id.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def iot_job_id
  @iot_job_id
end

#modified_timestamp ⇒ ::Time

Returns the value of attribute modified_timestamp.

Returns:

  • (::Time)


309
310
311
# File 'sig/types.rbs', line 309

def modified_timestamp
  @modified_timestamp
end

#reason ⇒ ::String

Returns the value of attribute reason.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def reason
  @reason
end

#status_details ⇒ Types::EffectiveDeploymentStatusDetails

Returns the value of attribute status_details.



310
311
312
# File 'sig/types.rbs', line 310

def status_details
  @status_details
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def target_arn
  @target_arn
end