Class: Aws::Types::CharacterSet
- Inherits:
-
Object
- Object
- Aws::Types::CharacterSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#character_set_description ⇒ ::String
Returns the value of attribute character_set_description.
-
#character_set_name ⇒ ::String
Returns the value of attribute character_set_name.
Instance Attribute Details
#character_set_description ⇒ ::String
Returns the value of attribute character_set_description.
213 214 215 |
# File 'sig/types.rbs', line 213 def character_set_description @character_set_description end |
#character_set_name ⇒ ::String
Returns the value of attribute character_set_name.
212 213 214 |
# File 'sig/types.rbs', line 212 def character_set_name @character_set_name end |