Class: Aws::Lightsail::Types::CreateContainerServiceDeploymentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::CreateContainerServiceDeploymentResult
- 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.
3145 3146 3147 3148 3149 |
# File 'lib/aws-sdk-lightsail/types.rb', line 3145 class CreateContainerServiceDeploymentResult < Struct.new( :container_service) SENSITIVE = [] include Aws::Structure end |