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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-memorydb/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)


2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2196

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

#descriptionString

A description of the parameter group

Returns:

  • (String)


2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2196

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)


2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2196

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

#nameString

The name of the parameter group

Returns:

  • (String)


2196
2197
2198
2199
2200
2201
2202
2203
# File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 2196

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