Class: Aws::Types::GetDeploymentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#components ⇒ ::Hash[::String, Types::ComponentDeploymentSpecification]

Returns the value of attribute components.

Returns:



387
388
389
# File 'sig/types.rbs', line 387

def components
  @components
end

#creation_timestamp ⇒ ::Time

Returns the value of attribute creation_timestamp.

Returns:

  • (::Time)


390
391
392
# File 'sig/types.rbs', line 390

def creation_timestamp
  @creation_timestamp
end

#deployment_id ⇒ ::String

Returns the value of attribute deployment_id.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def deployment_id
  @deployment_id
end

#deployment_name ⇒ ::String

Returns the value of attribute deployment_name.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def deployment_name
  @deployment_name
end

#deployment_policies ⇒ Types::DeploymentPolicies

Returns the value of attribute deployment_policies.



388
389
390
# File 'sig/types.rbs', line 388

def deployment_policies
  @deployment_policies
end

#deployment_status ⇒ "ACTIVE", ...

Returns the value of attribute deployment_status.

Returns:

  • ("ACTIVE", "COMPLETED", "CANCELED", "FAILED", "INACTIVE")


384
385
386
# File 'sig/types.rbs', line 384

def deployment_status
  @deployment_status
end

#iot_job_arn ⇒ ::String

Returns the value of attribute iot_job_arn.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def iot_job_arn
  @iot_job_arn
end

#iot_job_configuration ⇒ Types::DeploymentIoTJobConfiguration

Returns the value of attribute iot_job_configuration.



389
390
391
# File 'sig/types.rbs', line 389

def iot_job_configuration
  @iot_job_configuration
end

#iot_job_id ⇒ ::String

Returns the value of attribute iot_job_id.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def iot_job_id
  @iot_job_id
end

#is_latest_for_target ⇒ Boolean

Returns the value of attribute is_latest_for_target.

Returns:

  • (Boolean)


391
392
393
# File 'sig/types.rbs', line 391

def is_latest_for_target
  @is_latest_for_target
end

#parent_target_arn ⇒ ::String

Returns the value of attribute parent_target_arn.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def parent_target_arn
  @parent_target_arn
end

#revision_id ⇒ ::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def revision_id
  @revision_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


393
394
395
# File 'sig/types.rbs', line 393

def tags
  @tags
end

#target_arn ⇒ ::String

Returns the value of attribute target_arn.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def target_arn
  @target_arn
end