Class: Aws::Types::UpdateRegistryResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRegistryResponse
- 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.
514 515 516 |
# File 'sig/types.rbs', line 514 def approval_configuration @approval_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
517 518 519 |
# File 'sig/types.rbs', line 517 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
510 511 512 |
# File 'sig/types.rbs', line 510 def description @description end |
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Returns the value of attribute discovery_configuration.
513 514 515 |
# File 'sig/types.rbs', line 513 def discovery_configuration @discovery_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
509 510 511 |
# File 'sig/types.rbs', line 509 def name @name end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
512 513 514 |
# File 'sig/types.rbs', line 512 def registry_arn @registry_arn end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
511 512 513 |
# File 'sig/types.rbs', line 511 def registry_id @registry_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
515 516 517 |
# File 'sig/types.rbs', line 515 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
516 517 518 |
# File 'sig/types.rbs', line 516 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
518 519 520 |
# File 'sig/types.rbs', line 518 def updated_at @updated_at end |