Class: Aws::Types::DisassociateGlossaryTermsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateGlossaryTermsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#glossary_term_identifiers ⇒ ::Array[::String]
Returns the value of attribute glossary_term_identifiers.
-
#item_identifier ⇒ ::String
Returns the value of attribute item_identifier.
-
#iterable_form_name ⇒ ::String
Returns the value of attribute iterable_form_name.
Instance Attribute Details
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
2800 2801 2802 |
# File 'sig/types.rbs', line 2800 def asset_identifier @asset_identifier end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
2804 2805 2806 |
# File 'sig/types.rbs', line 2804 def client_token @client_token end |
#glossary_term_identifiers ⇒ ::Array[::String]
Returns the value of attribute glossary_term_identifiers.
2803 2804 2805 |
# File 'sig/types.rbs', line 2803 def glossary_term_identifiers @glossary_term_identifiers end |
#item_identifier ⇒ ::String
Returns the value of attribute item_identifier.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def item_identifier @item_identifier end |
#iterable_form_name ⇒ ::String
Returns the value of attribute iterable_form_name.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 def iterable_form_name @iterable_form_name end |