Class: Aws::Types::RegistryAlias
- Inherits:
-
Object
- Object
- Aws::Types::RegistryAlias
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_registry_alias ⇒ Boolean
Returns the value of attribute default_registry_alias.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#primary_registry_alias ⇒ Boolean
Returns the value of attribute primary_registry_alias.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#default_registry_alias ⇒ Boolean
Returns the value of attribute default_registry_alias.
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.
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.
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.
401 402 403 |
# File 'sig/types.rbs', line 401 def status @status end |