Class: Aws::Types::CreateConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
-
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#authentication_strategy ⇒ "SIMPLE", ...
Returns the value of attribute authentication_strategy.
203 204 205 |
# File 'sig/types.rbs', line 203 def authentication_strategy @authentication_strategy end |
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
204 205 206 |
# File 'sig/types.rbs', line 204 def engine_type @engine_type end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
205 206 207 |
# File 'sig/types.rbs', line 205 def engine_version @engine_version end |
#name ⇒ ::String
Returns the value of attribute name.
206 207 208 |
# File 'sig/types.rbs', line 206 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
207 208 209 |
# File 'sig/types.rbs', line 207 def end |