Class: Aws::Proton::Types::NotifyResourceDeploymentStatusChangeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::NotifyResourceDeploymentStatusChangeInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:outputs, :status_message]
Instance Attribute Summary collapse
-
#deployment_id ⇒ String
The deployment ID for your provisioned resource.
-
#outputs ⇒ Array<Types::Output>
The provisioned resource state change detail data that’s returned by Proton.
-
#resource_arn ⇒ String
The provisioned resource Amazon Resource Name (ARN).
-
#status ⇒ String
The status of your provisioned resource.
-
#status_message ⇒ String
The deployment status message for your provisioned resource.
Instance Attribute Details
#deployment_id ⇒ String
The deployment ID for your provisioned resource.
4321 4322 4323 4324 4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-proton/types.rb', line 4321 class NotifyResourceDeploymentStatusChangeInput < Struct.new( :deployment_id, :outputs, :resource_arn, :status, :status_message) SENSITIVE = [:outputs, :status_message] include Aws::Structure end |
#outputs ⇒ Array<Types::Output>
The provisioned resource state change detail data that’s returned by Proton.
4321 4322 4323 4324 4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-proton/types.rb', line 4321 class NotifyResourceDeploymentStatusChangeInput < Struct.new( :deployment_id, :outputs, :resource_arn, :status, :status_message) SENSITIVE = [:outputs, :status_message] include Aws::Structure end |
#resource_arn ⇒ String
The provisioned resource Amazon Resource Name (ARN).
4321 4322 4323 4324 4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-proton/types.rb', line 4321 class NotifyResourceDeploymentStatusChangeInput < Struct.new( :deployment_id, :outputs, :resource_arn, :status, :status_message) SENSITIVE = [:outputs, :status_message] include Aws::Structure end |
#status ⇒ String
The status of your provisioned resource.
4321 4322 4323 4324 4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-proton/types.rb', line 4321 class NotifyResourceDeploymentStatusChangeInput < Struct.new( :deployment_id, :outputs, :resource_arn, :status, :status_message) SENSITIVE = [:outputs, :status_message] include Aws::Structure end |
#status_message ⇒ String
The deployment status message for your provisioned resource.
4321 4322 4323 4324 4325 4326 4327 4328 4329 |
# File 'lib/aws-sdk-proton/types.rb', line 4321 class NotifyResourceDeploymentStatusChangeInput < Struct.new( :deployment_id, :outputs, :resource_arn, :status, :status_message) SENSITIVE = [:outputs, :status_message] include Aws::Structure end |