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)


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

def arn
  @arn
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



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

def parameters
  @parameters
end