Class: Aws::Types::GetGlossaryResponse

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)


3663
3664
3665
# File 'sig/types.rbs', line 3663

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3661
3662
3663
# File 'sig/types.rbs', line 3661

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3662
3663
3664
# File 'sig/types.rbs', line 3662

def name
  @name
end