Class: Aws::Types::GetRegistryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRegistryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_configuration ⇒ Types::ApprovalConfiguration
Returns the value of attribute approval_configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Returns the value of attribute discovery_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#approval_configuration ⇒ Types::ApprovalConfiguration
Returns the value of attribute approval_configuration.
218 219 220 |
# File 'sig/types.rbs', line 218 def approval_configuration @approval_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
221 222 223 |
# File 'sig/types.rbs', line 221 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
214 215 216 |
# File 'sig/types.rbs', line 214 def description @description end |
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Returns the value of attribute discovery_configuration.
217 218 219 |
# File 'sig/types.rbs', line 217 def discovery_configuration @discovery_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
213 214 215 |
# File 'sig/types.rbs', line 213 def name @name end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
216 217 218 |
# File 'sig/types.rbs', line 216 def registry_arn @registry_arn end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
215 216 217 |
# File 'sig/types.rbs', line 215 def registry_id @registry_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
219 220 221 |
# File 'sig/types.rbs', line 219 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
220 221 222 |
# File 'sig/types.rbs', line 220 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
222 223 224 |
# File 'sig/types.rbs', line 222 def updated_at @updated_at end |