Module: Aws::GreengrassV2::Client::_GetDeploymentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDeploymentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #components ⇒ ::Hash[::String, Types::ComponentDeploymentSpecification]
- #creation_timestamp ⇒ ::Time
- #deployment_id ⇒ ::String
- #deployment_name ⇒ ::String
- #deployment_policies ⇒ Types::DeploymentPolicies
- #deployment_status ⇒ "ACTIVE", ...
- #iot_job_arn ⇒ ::String
- #iot_job_configuration ⇒ Types::DeploymentIoTJobConfiguration
- #iot_job_id ⇒ ::String
- #is_latest_for_target ⇒ Boolean
- #parent_target_arn ⇒ ::String
- #revision_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #target_arn ⇒ ::String
Instance Method Details
#components ⇒ ::Hash[::String, Types::ComponentDeploymentSpecification]
376 |
# File 'sig/client.rbs', line 376
def components: () -> ::Hash[::String, Types::ComponentDeploymentSpecification]
|
#creation_timestamp ⇒ ::Time
379 |
# File 'sig/client.rbs', line 379
def creation_timestamp: () -> ::Time
|
#deployment_id ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def deployment_id: () -> ::String
|
#deployment_name ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def deployment_name: () -> ::String
|
#deployment_policies ⇒ Types::DeploymentPolicies
377 |
# File 'sig/client.rbs', line 377
def deployment_policies: () -> Types::DeploymentPolicies
|
#deployment_status ⇒ "ACTIVE", ...
373 |
# File 'sig/client.rbs', line 373
def deployment_status: () -> ("ACTIVE" | "COMPLETED" | "CANCELED" | "FAILED" | "INACTIVE")
|
#iot_job_arn ⇒ ::String
375 |
# File 'sig/client.rbs', line 375
def iot_job_arn: () -> ::String
|
#iot_job_configuration ⇒ Types::DeploymentIoTJobConfiguration
378 |
# File 'sig/client.rbs', line 378
def iot_job_configuration: () -> Types::DeploymentIoTJobConfiguration
|
#iot_job_id ⇒ ::String
374 |
# File 'sig/client.rbs', line 374
def iot_job_id: () -> ::String
|
#is_latest_for_target ⇒ Boolean
380 |
# File 'sig/client.rbs', line 380
def is_latest_for_target: () -> bool
|
#parent_target_arn ⇒ ::String
381 |
# File 'sig/client.rbs', line 381
def parent_target_arn: () -> ::String
|
#revision_id ⇒ ::String
370 |
# File 'sig/client.rbs', line 370
def revision_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
382 |
# File 'sig/client.rbs', line 382
def tags: () -> ::Hash[::String, ::String]
|
#target_arn ⇒ ::String
369 |
# File 'sig/client.rbs', line 369
def target_arn: () -> ::String
|