Class: Aws::Types::UpdateRegistryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def description
  @description
end

#registry_arn ⇒ ::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


639
640
641
# File 'sig/types.rbs', line 639

def registry_arn
  @registry_arn
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def registry_name
  @registry_name
end

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

Returns the value of attribute tags.

Returns:

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


641
642
643
# File 'sig/types.rbs', line 641

def tags
  @tags
end