Class: Aws::Lightsail::Types::GetContainerAPIMetadataResult

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

#metadataArray<Hash<String,String>>

Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.

Returns:

  • (Array<Hash<String,String>>)


7007
7008
7009
7010
7011
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 7007

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