Class: Aws::MemoryDB::Types::ParameterGroup

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

Overview

Represents the output of a CreateParameterGroup operation. A parameter group represents a combination of specific values for the parameters that are passed to the engine software during startup.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the parameter group

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
# File 'lib/aws-sdk-memorydb/types.rb', line 2224

class ParameterGroup < Struct.new(
  :name,
  :family,
  :description,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the parameter group

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
# File 'lib/aws-sdk-memorydb/types.rb', line 2224

class ParameterGroup < Struct.new(
  :name,
  :family,
  :description,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#familyString

The name of the parameter group family that this parameter group is compatible with.

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
# File 'lib/aws-sdk-memorydb/types.rb', line 2224

class ParameterGroup < Struct.new(
  :name,
  :family,
  :description,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the parameter group

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
# File 'lib/aws-sdk-memorydb/types.rb', line 2224

class ParameterGroup < Struct.new(
  :name,
  :family,
  :description,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end