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)


7020
7021
7022
7023
7024
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7020

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