Class: Aws::Proton::Types::ListDeploymentsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListDeploymentsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of a component for result list filtering.
-
#environment_name ⇒ String
The name of an environment for result list filtering.
-
#max_results ⇒ Integer
The maximum number of deployments to list.
-
#next_token ⇒ String
A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested.
-
#service_instance_name ⇒ String
The name of a service instance for result list filtering.
-
#service_name ⇒ String
The name of a service for result list filtering.
Instance Attribute Details
#component_name ⇒ String
The name of a component for result list filtering. Proton returns deployments associated with that component.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 |
# File '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_name ⇒ String
The name of an environment for result list filtering. Proton returns deployments associated with the environment.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 |
# File '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_results ⇒ Integer
The maximum number of deployments to list.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 |
# File '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_token ⇒ String
A token that indicates the location of the next deployment in the array of deployment, after the list of deployment that was previously requested.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 |
# File '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_name ⇒ String
The name of a service instance for result list filtering. Proton returns the deployments associated with the service instance.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 |
# File '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_name ⇒ String
The name of a service for result list filtering. Proton returns deployments associated with service instances of the service.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 |
# File '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 |