Class: Aws::Types::DbParameterGroupSummary

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)


254
255
256
# File 'sig/types.rbs', line 254

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def name
  @name
end