Class: Aws::Types::DisassociateGlossaryTermsRequest

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)


2794
2795
2796
# File 'sig/types.rbs', line 2794

def asset_identifier
  @asset_identifier
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2796
2797
2798
# File 'sig/types.rbs', line 2796

def client_token
  @client_token
end

#glossary_term_identifiers::Array[::String]

Returns the value of attribute glossary_term_identifiers.

Returns:

  • (::Array[::String])


2795
2796
2797
# File 'sig/types.rbs', line 2795

def glossary_term_identifiers
  @glossary_term_identifiers
end