Class: Aws::Proton::Types::ListComponentsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::ListComponentsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_name ⇒ String
The name of an environment for result list filtering.
-
#max_results ⇒ Integer
The maximum number of components to list.
-
#next_token ⇒ String
A token that indicates the location of the next component in the array of components, after the list of components 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
#environment_name ⇒ String
The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances running in it.
3408 3409 3410 3411 3412 3413 3414 3415 3416 |
# File 'lib/aws-sdk-proton/types.rb', line 3408 class ListComponentsInput < Struct.new( :environment_name, :max_results, :next_token, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of components to list.
3408 3409 3410 3411 3412 3413 3414 3415 3416 |
# File 'lib/aws-sdk-proton/types.rb', line 3408 class ListComponentsInput < Struct.new( :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 component in the array of components, after the list of components that was previously requested.
3408 3409 3410 3411 3412 3413 3414 3415 3416 |
# File 'lib/aws-sdk-proton/types.rb', line 3408 class ListComponentsInput < Struct.new( :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 component attached to the service instance, if any.
3408 3409 3410 3411 3412 3413 3414 3415 3416 |
# File 'lib/aws-sdk-proton/types.rb', line 3408 class ListComponentsInput < Struct.new( :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 components attached to service instances of the service.
3408 3409 3410 3411 3412 3413 3414 3415 3416 |
# File 'lib/aws-sdk-proton/types.rb', line 3408 class ListComponentsInput < Struct.new( :environment_name, :max_results, :next_token, :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end |