Class: Aws::Types::DisassociateGlossaryTermsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateGlossaryTermsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#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.
2809 2810 2811 |
# File 'sig/types.rbs', line 2809 def asset_identifier @asset_identifier end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
2812 2813 2814 |
# File 'sig/types.rbs', line 2812 def glossary_terms @glossary_terms end |
#item_identifier ⇒ ::String
Returns the value of attribute item_identifier.
2811 2812 2813 |
# File 'sig/types.rbs', line 2811 def item_identifier @item_identifier end |
#iterable_form_name ⇒ ::String
Returns the value of attribute iterable_form_name.
2810 2811 2812 |
# File 'sig/types.rbs', line 2810 def iterable_form_name @iterable_form_name end |