Class: Aws::Lightsail::Types::GetContainerServicePowersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContainerServicePowersResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#powers ⇒ Array<Types::ContainerServicePower>
An array of objects that describe the powers that can be specified for a container service.
Instance Attribute Details
#powers ⇒ Array<Types::ContainerServicePower>
An array of objects that describe the powers that can be specified for a container service.
7298 7299 7300 7301 7302 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7298 class GetContainerServicePowersResult < Struct.new( :powers) SENSITIVE = [] include Aws::Structure end |