Class: Aws::Lightsail::Types::GetContainerAPIMetadataResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::GetContainerAPIMetadataResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metadata ⇒ Array<Hash<String,String>>
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.
Instance Attribute Details
#metadata ⇒ Array<Hash<String,String>>
Metadata about Lightsail containers, such as the current version of the Lightsail Control (lightsailctl) plugin.
7007 7008 7009 7010 7011 |
# File 'lib/aws-sdk-lightsail/types.rb', line 7007 class GetContainerAPIMetadataResult < Struct.new( :metadata) SENSITIVE = [] include Aws::Structure end |