Class: Aws::DAX::Types::DescribeParametersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


747
748
749
750
751
752
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 747

class DescribeParametersResponse < Struct.new(
  :next_token,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersArray<Types::Parameter>

A list of parameters within a parameter group. Each element in the list represents one parameter.

Returns:



747
748
749
750
751
752
# File 'gems/aws-sdk-dax/lib/aws-sdk-dax/types.rb', line 747

class DescribeParametersResponse < Struct.new(
  :next_token,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end