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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#character_set_descriptionString

The description of the character set.

Returns:

  • (String)


847
848
849
850
851
852
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 847

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)


847
848
849
850
851
852
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 847

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