Class: Aws::Types::AssociateGlossaryTermsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateGlossaryTermsRequest
- 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.
Instance Attribute Details
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
132 133 134 |
# File 'sig/types.rbs', line 132 def asset_identifier @asset_identifier end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
134 135 136 |
# File 'sig/types.rbs', line 134 def client_token @client_token end |
#glossary_term_identifiers ⇒ ::Array[::String]
Returns the value of attribute glossary_term_identifiers.
133 134 135 |
# File 'sig/types.rbs', line 133 def glossary_term_identifiers @glossary_term_identifiers end |