Class: Aws::Types::CharacterSet

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#character_set_description::String

Returns the value of attribute character_set_description.

Returns:

  • (::String)


60
61
62
# File 'sig/types.rbs', line 60

def character_set_description
  @character_set_description
end

#character_set_name::String

Returns the value of attribute character_set_name.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def character_set_name
  @character_set_name
end