Class: Aws::Neptune::Types::CharacterSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::CharacterSet
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptune/types.rb
Overview
Specifies a character set.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#character_set_description ⇒ String
The description of the character set.
-
#character_set_name ⇒ String
The name of the character set.
Instance Attribute Details
#character_set_description ⇒ String
The description of the character set.
203 204 205 206 207 208 |
# File 'lib/aws-sdk-neptune/types.rb', line 203 class CharacterSet < Struct.new( :character_set_name, :character_set_description) SENSITIVE = [] include Aws::Structure end |
#character_set_name ⇒ String
The name of the character set.
203 204 205 206 207 208 |
# File 'lib/aws-sdk-neptune/types.rb', line 203 class CharacterSet < Struct.new( :character_set_name, :character_set_description) SENSITIVE = [] include Aws::Structure end |