Class: Aws::Types::CreateRegistryRequest

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)


65
66
67
# File 'sig/types.rbs', line 65

def description
  @description
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def registry_name
  @registry_name
end

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

Returns the value of attribute tags.

Returns:

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


67
68
69
# File 'sig/types.rbs', line 67

def tags
  @tags
end