Class: Aws::Types::RegistrySummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#registry_arn ⇒ ::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def registry_arn
  @registry_arn
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def registry_name
  @registry_name
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


477
478
479
# File 'sig/types.rbs', line 477

def tags
  @tags
end