Class: Aws::Types::CreateConfigurationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_strategy"SIMPLE", ...

Returns the value of attribute authentication_strategy.

Returns:



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.

Returns:



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.

Returns:



186
187
188
# File 'sig/types.rbs', line 186

def engine_version
  @engine_version
end

#name::String

Returns the value of attribute name.

Returns:



187
188
189
# File 'sig/types.rbs', line 187

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



188
189
190
# File 'sig/types.rbs', line 188

def tags
  @tags
end