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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



7241
7242
7243
7244
7245
# File 'lib/aws-sdk-lightsail/types.rb', line 7241

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