Class: Aws::Lightsail::Types::GetContainerImagesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContainerImagesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_name ⇒ String
The name of the container service for which to return registered container images.
Instance Attribute Details
#service_name ⇒ String
The name of the container service for which to return registered container images.
7019 7020 7021 7022 7023 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7019 class GetContainerImagesRequest < Struct.new( :service_name) SENSITIVE = [] include Aws::Structure end |