Class: Aws::RDS::Types::CharacterSet

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

Overview

This data type is used as a response element in the action DescribeDBEngineVersions.

Instance Attribute Summary collapse

Instance Attribute Details

#character_set_descriptionString

The description of the character set.

Returns:

  • (String)


520
521
522
523
524
# File 'lib/aws-sdk-rds/types.rb', line 520

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

#character_set_nameString

The name of the character set.

Returns:

  • (String)


520
521
522
523
524
# File 'lib/aws-sdk-rds/types.rb', line 520

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