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.
-
#auto_detection ⇒ Types::AutoDetection
Returns the value of attribute auto_detection.
-
#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.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_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.
270 271 272 |
# File 'sig/types.rbs', line 270 def approval_configuration @approval_configuration end |
#auto_detection ⇒ Types::AutoDetection
Returns the value of attribute auto_detection.
273 274 275 |
# File 'sig/types.rbs', line 273 def auto_detection @auto_detection end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
274 275 276 |
# File 'sig/types.rbs', line 274 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
265 266 267 |
# File 'sig/types.rbs', line 265 def description @description end |
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Returns the value of attribute discovery_configuration.
268 269 270 |
# File 'sig/types.rbs', line 268 def discovery_configuration @discovery_configuration end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
269 270 271 |
# File 'sig/types.rbs', line 269 def encryption_configuration @encryption_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
264 265 266 |
# File 'sig/types.rbs', line 264 def name @name end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def registry_arn @registry_arn end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
266 267 268 |
# File 'sig/types.rbs', line 266 def registry_id @registry_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
271 272 273 |
# File 'sig/types.rbs', line 271 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
272 273 274 |
# File 'sig/types.rbs', line 272 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
275 276 277 |
# File 'sig/types.rbs', line 275 def updated_at @updated_at end |