Class: Aws::Proton::Types::ListComponentsInput

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

#environment_nameString

The name of an environment for result list filtering. Proton returns components associated with the environment or attached to service instances running in it.

Returns:

  • (String)


3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-proton/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_resultsInteger

The maximum number of components to list.

Returns:

  • (Integer)


3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-proton/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_tokenString

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

Returns:

  • (String)


3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-proton/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_nameString

The name of a service instance for result list filtering. Proton returns the component attached to the service instance, if any.

Returns:

  • (String)


3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-proton/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_nameString

The name of a service for result list filtering. Proton returns components attached to service instances of the service.

Returns:

  • (String)


3408
3409
3410
3411
3412
3413
3414
3415
3416
# File 'gems/aws-sdk-proton/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