Class: Aws::Lightsail::Types::GetContainerServicesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_nameString

The name of the container service for which to return information.

When omitted, the response includes all of your container services in the Amazon Web Services Region where the request is made.

Returns:

  • (String)


7313
7314
7315
7316
7317
# File 'lib/aws-sdk-lightsail/types.rb', line 7313

class GetContainerServicesRequest < Struct.new(
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end