Class: Aws::Types::EcrRepositoryMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def name
  @name
end

#scan_frequency"MANUAL", ...

Returns the value of attribute scan_frequency.

Returns:

  • ("MANUAL", "SCAN_ON_PUSH", "CONTINUOUS_SCAN")


1357
1358
1359
# File 'sig/types.rbs', line 1357

def scan_frequency
  @scan_frequency
end