Class: Aws::Types::UpdateRegistryRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRegistryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#approval_configuration ⇒ Types::UpdatedApprovalConfiguration
Returns the value of attribute approval_configuration.
-
#auto_detection_configuration ⇒ Types::UpdatedAutoDetectionConfiguration
Returns the value of attribute auto_detection_configuration.
-
#description ⇒ Types::UpdatedDescription
Returns the value of attribute description.
-
#discovery_configuration ⇒ Types::UpdatedDiscoveryConfiguration
Returns the value of attribute discovery_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
Instance Attribute Details
#approval_configuration ⇒ Types::UpdatedApprovalConfiguration
Returns the value of attribute approval_configuration.
599 600 601 |
# File 'sig/types.rbs', line 599 def approval_configuration @approval_configuration end |
#auto_detection_configuration ⇒ Types::UpdatedAutoDetectionConfiguration
Returns the value of attribute auto_detection_configuration.
600 601 602 |
# File 'sig/types.rbs', line 600 def auto_detection_configuration @auto_detection_configuration end |
#description ⇒ Types::UpdatedDescription
Returns the value of attribute description.
597 598 599 |
# File 'sig/types.rbs', line 597 def description @description end |
#discovery_configuration ⇒ Types::UpdatedDiscoveryConfiguration
Returns the value of attribute discovery_configuration.
598 599 600 |
# File 'sig/types.rbs', line 598 def discovery_configuration @discovery_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
596 597 598 |
# File 'sig/types.rbs', line 596 def name @name end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
595 596 597 |
# File 'sig/types.rbs', line 595 def registry_id @registry_id end |