Class: Aws::Types::GetDbParameterGroupOutput

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)


460
461
462
# File 'sig/types.rbs', line 460

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def name
  @name
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



462
463
464
# File 'sig/types.rbs', line 462

def parameters
  @parameters
end