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.
-
#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.
611 612 613 |
# File 'sig/types.rbs', line 611 def approval_configuration @approval_configuration end |
#auto_detection ⇒ Types::AutoDetection
Returns the value of attribute auto_detection.
614 615 616 |
# File 'sig/types.rbs', line 614 def auto_detection @auto_detection end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
615 616 617 |
# File 'sig/types.rbs', line 615 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
606 607 608 |
# File 'sig/types.rbs', line 606 def description @description end |
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Returns the value of attribute discovery_configuration.
609 610 611 |
# File 'sig/types.rbs', line 609 def discovery_configuration @discovery_configuration end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
610 611 612 |
# File 'sig/types.rbs', line 610 def encryption_configuration @encryption_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
605 606 607 |
# File 'sig/types.rbs', line 605 def name @name end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
608 609 610 |
# File 'sig/types.rbs', line 608 def registry_arn @registry_arn end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
607 608 609 |
# File 'sig/types.rbs', line 607 def registry_id @registry_id end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
612 613 614 |
# File 'sig/types.rbs', line 612 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
613 614 615 |
# File 'sig/types.rbs', line 613 def status_reason @status_reason end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
616 617 618 |
# File 'sig/types.rbs', line 616 def updated_at @updated_at end |