Class: Aws::MemoryDB::Types::MultiRegionParameterGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::MultiRegionParameterGroup
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the multi-region parameter group.
-
#description ⇒ String
A description of the multi-region parameter group.
-
#family ⇒ String
The name of the parameter group family that this multi-region parameter group is compatible with.
-
#name ⇒ String
The name of the multi-region parameter group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the multi-region parameter group.
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 |
#description ⇒ String
A description of the multi-region parameter group.
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 |
#family ⇒ String
The name of the parameter group family that this multi-region parameter group is compatible with.
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 |
#name ⇒ String
The name of the multi-region parameter group.
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 |