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.
-
#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.
-
#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.
108 109 110 |
# File 'sig/types.rbs', line 108 def approval_configuration @approval_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
106 107 108 |
# File 'sig/types.rbs', line 106 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
104 105 106 |
# File 'sig/types.rbs', line 104 def description @description end |
#discovery_configuration ⇒ Types::DiscoveryConfiguration
Returns the value of attribute discovery_configuration.
105 106 107 |
# File 'sig/types.rbs', line 105 def discovery_configuration @discovery_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
103 104 105 |
# File 'sig/types.rbs', line 103 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
107 108 109 |
# File 'sig/types.rbs', line 107 def @tags end |