Class: Aws::Inspector2::Types::ContainerRegistryMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::ContainerRegistryMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Contains metadata about a container registry associated with a covered resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the container registry.
Instance Attribute Details
#name ⇒ String
The name of the container registry.
3241 3242 3243 3244 3245 |
# File 'lib/aws-sdk-inspector2/types.rb', line 3241 class ContainerRegistryMetadata < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |