Class: Aws::Proton::Types::NotifyResourceDeploymentStatusChangeInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:status_message]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_idString

The deployment ID for your provisioned resource.

Returns:

  • (String)


4321
4322
4323
4324
4325
4326
4327
4328
4329
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4321

class NotifyResourceDeploymentStatusChangeInput < Struct.new(
  :deployment_id,
  :outputs,
  :resource_arn,
  :status,
  :status_message)
  SENSITIVE = [:status_message]
  include Aws::Structure
end

#outputsArray<Types::Output>

The provisioned resource state change detail data that's returned by Proton.

Returns:



4321
4322
4323
4324
4325
4326
4327
4328
4329
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4321

class NotifyResourceDeploymentStatusChangeInput < Struct.new(
  :deployment_id,
  :outputs,
  :resource_arn,
  :status,
  :status_message)
  SENSITIVE = [:status_message]
  include Aws::Structure
end

#resource_arnString

The provisioned resource Amazon Resource Name (ARN).

Returns:

  • (String)


4321
4322
4323
4324
4325
4326
4327
4328
4329
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4321

class NotifyResourceDeploymentStatusChangeInput < Struct.new(
  :deployment_id,
  :outputs,
  :resource_arn,
  :status,
  :status_message)
  SENSITIVE = [:status_message]
  include Aws::Structure
end

#statusString

The status of your provisioned resource.

Returns:

  • (String)


4321
4322
4323
4324
4325
4326
4327
4328
4329
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4321

class NotifyResourceDeploymentStatusChangeInput < Struct.new(
  :deployment_id,
  :outputs,
  :resource_arn,
  :status,
  :status_message)
  SENSITIVE = [:status_message]
  include Aws::Structure
end

#status_messageString

The deployment status message for your provisioned resource.

Returns:

  • (String)


4321
4322
4323
4324
4325
4326
4327
4328
4329
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4321

class NotifyResourceDeploymentStatusChangeInput < Struct.new(
  :deployment_id,
  :outputs,
  :resource_arn,
  :status,
  :status_message)
  SENSITIVE = [:status_message]
  include Aws::Structure
end