Class: Aws::MemoryDB::Types::MultiRegionParameterGroup

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

Overview

Represents the output of a CreateMultiRegionParameterGroup operation. A multi-region parameter group represents a collection of parameters that can be applied to clusters across multiple regions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the multi-region parameter group.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
# File 'lib/aws-sdk-memorydb/types.rb', line 2647

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

#descriptionString

A description of the multi-region parameter group.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
# File 'lib/aws-sdk-memorydb/types.rb', line 2647

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

#familyString

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

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
# File 'lib/aws-sdk-memorydb/types.rb', line 2647

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

#nameString

The name of the multi-region parameter group.

Returns:

  • (String)


2647
2648
2649
2650
2651
2652
2653
2654
# File 'lib/aws-sdk-memorydb/types.rb', line 2647

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