Class: Aws::Types::RegistryAlias

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_registry_alias ⇒ Boolean

Returns the value of attribute default_registry_alias.

Returns:

  • (Boolean)


403
404
405
# File 'sig/types.rbs', line 403

def default_registry_alias
  @default_registry_alias
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


400
401
402
# File 'sig/types.rbs', line 400

def name
  @name
end

#primary_registry_alias ⇒ Boolean

Returns the value of attribute primary_registry_alias.

Returns:

  • (Boolean)


402
403
404
# File 'sig/types.rbs', line 402

def primary_registry_alias
  @primary_registry_alias
end

#status ⇒ "ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "PENDING", "REJECTED")


401
402
403
# File 'sig/types.rbs', line 401

def status
  @status
end