Class: Aws::Types::CreateConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateConfigurationInput
- 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.
184 185 186 |
# File 'sig/types.rbs', line 184 def authentication_strategy @authentication_strategy end |
#engine_type ⇒ "ACTIVEMQ", "RABBITMQ"
Returns the value of attribute engine_type.
185 186 187 |
# File 'sig/types.rbs', line 185 def engine_type @engine_type end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
186 187 188 |
# File 'sig/types.rbs', line 186 def engine_version @engine_version end |
#name ⇒ ::String
Returns the value of attribute name.
187 188 189 |
# File 'sig/types.rbs', line 187 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
188 189 190 |
# File 'sig/types.rbs', line 188 def end |