Class: Aws::Types::DescribeParameterGroupsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def next_token
  @next_token
end

#parameter_groups::Array[Types::ParameterGroup]

Returns the value of attribute parameter_groups.

Returns:



184
185
186
# File 'sig/types.rbs', line 184

def parameter_groups
  @parameter_groups
end