Class: Aws::Types::GetDeploymentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDeploymentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#components ⇒ ::Hash[::String, Types::ComponentDeploymentSpecification]
Returns the value of attribute components.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
-
#deployment_name ⇒ ::String
Returns the value of attribute deployment_name.
-
#deployment_policies ⇒ Types::DeploymentPolicies
Returns the value of attribute deployment_policies.
-
#deployment_status ⇒ "ACTIVE", ...
Returns the value of attribute deployment_status.
-
#iot_job_arn ⇒ ::String
Returns the value of attribute iot_job_arn.
-
#iot_job_configuration ⇒ Types::DeploymentIoTJobConfiguration
Returns the value of attribute iot_job_configuration.
-
#iot_job_id ⇒ ::String
Returns the value of attribute iot_job_id.
-
#is_latest_for_target ⇒ Boolean
Returns the value of attribute is_latest_for_target.
-
#parent_target_arn ⇒ ::String
Returns the value of attribute parent_target_arn.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#components ⇒ ::Hash[::String, Types::ComponentDeploymentSpecification]
Returns the value of attribute components.
387 388 389 |
# File 'sig/types.rbs', line 387 def components @components end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
390 391 392 |
# File 'sig/types.rbs', line 390 def @creation_timestamp end |
#deployment_id ⇒ ::String
Returns the value of attribute deployment_id.
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.
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.
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.
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.
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.
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.
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.
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.
393 394 395 |
# File 'sig/types.rbs', line 393 def @tags end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
380 381 382 |
# File 'sig/types.rbs', line 380 def target_arn @target_arn end |