Class: Aws::Types::CreateRegistryInput

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)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def description
  @description
end

#registry_name::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


1696
1697
1698
# File 'sig/types.rbs', line 1696

def registry_name
  @registry_name
end

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

Returns the value of attribute tags.

Returns:

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


1698
1699
1700
# File 'sig/types.rbs', line 1698

def tags
  @tags
end