Class: Aws::Types::CreateGlossaryTermRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1512
1513
1514
# File 'sig/types.rbs', line 1512

def client_token
  @client_token
end

#glossary_identifier::String

Returns the value of attribute glossary_identifier.

Returns:

  • (::String)


1508
1509
1510
# File 'sig/types.rbs', line 1508

def glossary_identifier
  @glossary_identifier
end

#long_description::String

Returns the value of attribute long_description.

Returns:

  • (::String)


1511
1512
1513
# File 'sig/types.rbs', line 1511

def long_description
  @long_description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1509
1510
1511
# File 'sig/types.rbs', line 1509

def name
  @name
end

#short_description::String

Returns the value of attribute short_description.

Returns:

  • (::String)


1510
1511
1512
# File 'sig/types.rbs', line 1510

def short_description
  @short_description
end