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.
Instance Attribute Details
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
2801 2802 2803 |
# File 'sig/types.rbs', line 2801 def asset_identifier @asset_identifier end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
2802 2803 2804 |
# File 'sig/types.rbs', line 2802 def glossary_terms @glossary_terms end |