Class: Aws::Types::Registry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aliases ⇒ ::Array[Types::RegistryAlias]

Returns the value of attribute aliases.

Returns:



395
396
397
# File 'sig/types.rbs', line 395

def aliases
  @aliases
end

#registry_arn ⇒ ::String

Returns the value of attribute registry_arn.

Returns:

  • (::String)


392
393
394
# File 'sig/types.rbs', line 392

def registry_arn
  @registry_arn
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def registry_id
  @registry_id
end

#registry_uri ⇒ ::String

Returns the value of attribute registry_uri.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def registry_uri
  @registry_uri
end

#verified ⇒ Boolean

Returns the value of attribute verified.

Returns:

  • (Boolean)


394
395
396
# File 'sig/types.rbs', line 394

def verified
  @verified
end