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.
-
#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.
504 505 506 |
# File 'sig/types.rbs', line 504 def approval_configuration @approval_configuration end |
#description ⇒ Types::UpdatedDescription
Returns the value of attribute description.
502 503 504 |
# File 'sig/types.rbs', line 502 def description @description end |
#discovery_configuration ⇒ Types::UpdatedDiscoveryConfiguration
Returns the value of attribute discovery_configuration.
503 504 505 |
# File 'sig/types.rbs', line 503 def discovery_configuration @discovery_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
501 502 503 |
# File 'sig/types.rbs', line 501 def name @name end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
500 501 502 |
# File 'sig/types.rbs', line 500 def registry_id @registry_id end |