Class: Aws::Lightsail::Types::GetContainerServiceDeploymentsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContainerServiceDeploymentsResult
- Defined in:
- gems/aws-sdk-lightsail/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.
7335 7336 7337 7338 7339 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7335 class GetContainerServiceDeploymentsResult < Struct.new( :deployments) SENSITIVE = [] include Aws::Structure end |