Class: Aws::Types::DescribeClusterParametersMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def max_records
  @max_records
end

#parameter_group_name::String

Returns the value of attribute parameter_group_name.

Returns:

  • (::String)


1004
1005
1006
# File 'sig/types.rbs', line 1004

def parameter_group_name
  @parameter_group_name
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


1005
1006
1007
# File 'sig/types.rbs', line 1005

def source
  @source
end