Class: Aws::Proton::Types::ListDeploymentsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#component_nameString

The name of a component for result list filtering. Proton returns deployments associated with that component.

Returns:

  • (String)


3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3468

class ListDeploymentsInput < Struct.new(
  :component_name,
  :environment_name,
  :max_results,
  :next_token,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name of an environment for result list filtering. Proton returns deployments associated with the environment.

Returns:

  • (String)


3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3468

class ListDeploymentsInput < Struct.new(
  :component_name,
  :environment_name,
  :max_results,
  :next_token,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of deployments to list.

Returns:

  • (Integer)


3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3468

class ListDeploymentsInput < Struct.new(
  :component_name,
  :environment_name,
  :max_results,
  :next_token,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested.

Returns:

  • (String)


3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3468

class ListDeploymentsInput < Struct.new(
  :component_name,
  :environment_name,
  :max_results,
  :next_token,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_instance_nameString

The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.

Returns:

  • (String)


3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3468

class ListDeploymentsInput < Struct.new(
  :component_name,
  :environment_name,
  :max_results,
  :next_token,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.

Returns:

  • (String)


3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3468

class ListDeploymentsInput < Struct.new(
  :component_name,
  :environment_name,
  :max_results,
  :next_token,
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end