Class: Aws::MemoryDB::Types::CreateParameterGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::CreateParameterGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-memorydb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
An optional description of the parameter group.
-
#family ⇒ String
The name of the parameter group family that the parameter group can be used with.
-
#parameter_group_name ⇒ String
The name of the parameter group.
-
#tags ⇒ Array<Types::Tag>
A list of tags to be added to this resource.
Instance Attribute Details
#description ⇒ String
An optional description of the parameter group.
785 786 787 788 789 790 791 792 |
# File 'lib/aws-sdk-memorydb/types.rb', line 785 class CreateParameterGroupRequest < Struct.new( :parameter_group_name, :family, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#family ⇒ String
The name of the parameter group family that the parameter group can be used with.
785 786 787 788 789 790 791 792 |
# File 'lib/aws-sdk-memorydb/types.rb', line 785 class CreateParameterGroupRequest < Struct.new( :parameter_group_name, :family, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#parameter_group_name ⇒ String
The name of the parameter group.
785 786 787 788 789 790 791 792 |
# File 'lib/aws-sdk-memorydb/types.rb', line 785 class CreateParameterGroupRequest < Struct.new( :parameter_group_name, :family, :description, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
785 786 787 788 789 790 791 792 |
# File 'lib/aws-sdk-memorydb/types.rb', line 785 class CreateParameterGroupRequest < Struct.new( :parameter_group_name, :family, :description, :tags) SENSITIVE = [] include Aws::Structure end |