Class: Aws::Types::CreateDbParameterGroupOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


162
163
164
# File 'sig/types.rbs', line 162

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def name
  @name
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



166
167
168
# File 'sig/types.rbs', line 166

def parameters
  @parameters
end