Class: Aws::Types::CreateRegistryResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegistryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def description @description end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def registry_arn @registry_arn end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def registry_name @registry_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def @tags end |