Class: Aws::Types::AssociateGlossaryTermsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_identifier::String

Returns the value of attribute asset_identifier.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def asset_identifier
  @asset_identifier
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def client_token
  @client_token
end

#glossary_term_identifiers::Array[::String]

Returns the value of attribute glossary_term_identifiers.

Returns:

  • (::Array[::String])


135
136
137
# File 'sig/types.rbs', line 135

def glossary_term_identifiers
  @glossary_term_identifiers
end

#item_identifier::String

Returns the value of attribute item_identifier.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def item_identifier
  @item_identifier
end

#iterable_form_name::String

Returns the value of attribute iterable_form_name.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def iterable_form_name
  @iterable_form_name
end