Class: Aws::Lightsail::Types::GetContainerServicePowersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContainerServicePowersResult
- Defined in:
- gems/aws-sdk-lightsail/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.
7533 7534 7535 7536 7537 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7533 class GetContainerServicePowersResult < Struct.new( :powers) SENSITIVE = [] include Aws::Structure end |