Class: Aws::Types::DescribeRegistryResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegistryResponse
- 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.
175 176 177 |
# File 'sig/types.rbs', line 175 def description @description end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
176 177 178 |
# File 'sig/types.rbs', line 176 def registry_arn @registry_arn end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
177 178 179 |
# File 'sig/types.rbs', line 177 def registry_name @registry_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
178 179 180 |
# File 'sig/types.rbs', line 178 def end |