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.
7279 7280 7281 7282 7283 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7279 class GetContainerServicePowersResult < Struct.new( :powers) SENSITIVE = [] include Aws::Structure end |