Class: Aws::Types::DescribeClusterParameterGroupsMessage

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)


997
998
999
# File 'sig/types.rbs', line 997

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


996
997
998
# File 'sig/types.rbs', line 996

def max_records
  @max_records
end

#parameter_group_name::String

Returns the value of attribute parameter_group_name.

Returns:

  • (::String)


995
996
997
# File 'sig/types.rbs', line 995

def parameter_group_name
  @parameter_group_name
end

#tag_keys::Array[::String]

Returns the value of attribute tag_keys.

Returns:

  • (::Array[::String])


998
999
1000
# File 'sig/types.rbs', line 998

def tag_keys
  @tag_keys
end

#tag_values::Array[::String]

Returns the value of attribute tag_values.

Returns:

  • (::Array[::String])


999
1000
1001
# File 'sig/types.rbs', line 999

def tag_values
  @tag_values
end