Class: Aws::Types::CreateRegistryResponse

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)


72
73
74
# File 'sig/types.rbs', line 72

def description
  @description
end

#registry_arn ⇒ ::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


73
74
75
# File 'sig/types.rbs', line 73

def registry_arn
  @registry_arn
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def registry_name
  @registry_name
end

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

Returns the value of attribute tags.

Returns:

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


75
76
77
# File 'sig/types.rbs', line 75

def tags
  @tags
end