Class: Aws::Types::CreateRegistryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegistryRequest
- 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_configuration ⇒ Types::AutoDetectionConfiguration
Returns the value of attribute auto_detection_configuration.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#approval_configuration ⇒ Types::ApprovalConfiguration
Returns the value of attribute approval_configuration.
148 149 150 |
# File 'sig/types.rbs', line 148 def approval_configuration @approval_configuration end |
#auto_detection_configuration ⇒ Types::AutoDetectionConfiguration
Returns the value of attribute auto_detection_configuration.
149 150 151 |
# File 'sig/types.rbs', line 149 def auto_detection_configuration @auto_detection_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
146 147 148 |
# File 'sig/types.rbs', line 146 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
143 144 145 |
# File 'sig/types.rbs', line 143 def description @description end |
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Returns the value of attribute discovery_configuration.
145 146 147 |
# File 'sig/types.rbs', line 145 def discovery_configuration @discovery_configuration end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
144 145 146 |
# File 'sig/types.rbs', line 144 def encryption_configuration @encryption_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
142 143 144 |
# File 'sig/types.rbs', line 142 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
147 148 149 |
# File 'sig/types.rbs', line 147 def @tags end |