Class: Aws::OpsWorks::Types::DescribeDeploymentsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The app ID. If you include this parameter, the command returns a description of the commands associated with the specified app.

Returns:

  • (String)


2374
2375
2376
2377
2378
2379
2380
# File 'lib/aws-sdk-opsworks/types.rb', line 2374

class DescribeDeploymentsRequest < Struct.new(
  :stack_id,
  :app_id,
  :deployment_ids)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_idsArray<String>

An array of deployment IDs to be described. If you include this parameter, the command returns a description of the specified deployments. Otherwise, it returns a description of every deployment.

Returns:

  • (Array<String>)


2374
2375
2376
2377
2378
2379
2380
# File 'lib/aws-sdk-opsworks/types.rb', line 2374

class DescribeDeploymentsRequest < Struct.new(
  :stack_id,
  :app_id,
  :deployment_ids)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

The stack ID. If you include this parameter, the command returns a description of the commands associated with the specified stack.

Returns:

  • (String)


2374
2375
2376
2377
2378
2379
2380
# File 'lib/aws-sdk-opsworks/types.rb', line 2374

class DescribeDeploymentsRequest < Struct.new(
  :stack_id,
  :app_id,
  :deployment_ids)
  SENSITIVE = []
  include Aws::Structure
end