Class: Aws::Lightsail::Types::GetContainerServiceDeploymentsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContainerServiceDeploymentsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployments ⇒ Array<Types::ContainerServiceDeployment>
An array of objects that describe deployments for a container service.
Instance Attribute Details
#deployments ⇒ Array<Types::ContainerServiceDeployment>
An array of objects that describe deployments for a container service.
7174 7175 7176 7177 7178 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7174 class GetContainerServiceDeploymentsResult < Struct.new( :deployments) SENSITIVE = [] include Aws::Structure end |