Class: Aws::Types::CreateDbParameterGroupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def name
  @name
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def parameters
  @parameters
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


157
158
159
# File 'sig/types.rbs', line 157

def tags
  @tags
end