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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworks/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)


2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2367

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>)


2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2367

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)


2367
2368
2369
2370
2371
2372
2373
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 2367

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