Class: Aws::Lightsail::Types::GetContainerImagesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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 registered container images.

Returns:

  • (String)


7180
7181
7182
7183
7184
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7180

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