Class: Aws::Neptune::Types::CharacterSet

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb

Overview

Specifies a character set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#character_set_descriptionString

The description of the character set.

Returns:

  • (String)


203
204
205
206
207
208
# File 'gems/aws-sdk-neptune/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_nameString

The name of the character set.

Returns:

  • (String)


203
204
205
206
207
208
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 203

class CharacterSet < Struct.new(
  :character_set_name,
  :character_set_description)
  SENSITIVE = []
  include Aws::Structure
end