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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


803
804
805
806
807
# File 'lib/aws-sdk-dax/types.rb', line 803

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

#parametersArray<Types::Parameter>

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

Returns:



803
804
805
806
807
# File 'lib/aws-sdk-dax/types.rb', line 803

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