Class: Aws::Lightsail::Types::GetContainerServicePowersResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#powersArray<Types::ContainerServicePower>

An array of objects that describe the powers that can be specified for a container service.

Returns:



7299
7300
7301
7302
7303
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7299

class GetContainerServicePowersResult < Struct.new(
  :powers)
  SENSITIVE = []
  include Aws::Structure
end