Method: Aws::Proton::Types::ListComponentsInput#service_name

Defined in:
lib/aws-sdk-proton/types.rb

#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 '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