Class: Aws::Lightsail::Types::UpdateContainerServiceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::UpdateContainerServiceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_service ⇒ Types::ContainerService
An object that describes a container service.
Instance Attribute Details
#container_service ⇒ Types::ContainerService
An object that describes a container service.
14585 14586 14587 14588 14589 |
# File 'lib/aws-sdk-lightsail/types.rb', line 14585 class UpdateContainerServiceResult < Struct.new( :container_service) SENSITIVE = [] include Aws::Structure end |