Class: Aws::Types::UpdateGlossaryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8003
8004
8005
# File 'sig/types.rbs', line 8003

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8001
8002
8003
# File 'sig/types.rbs', line 8001

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8002
8003
8004
# File 'sig/types.rbs', line 8002

def name
  @name
end