Class: Aws::Types::AssociateGlossaryTermsResponse
- Inherits:
-
Object
- Object
- Aws::Types::AssociateGlossaryTermsResponse
- 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.
139 140 141 |
# File 'sig/types.rbs', line 139 def asset_identifier @asset_identifier end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
140 141 142 |
# File 'sig/types.rbs', line 140 def glossary_terms @glossary_terms end |