Class: Aws::Glue::Types::AssociateGlossaryTermsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::AssociateGlossaryTermsResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#glossary_terms ⇒ Array<String>
The glossary terms now associated with the asset.
-
#identifier ⇒ String
The unique identifier of the asset.
Instance Attribute Details
#glossary_terms ⇒ Array<String>
The glossary terms now associated with the asset.
547 548 549 550 551 552 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 547 class AssociateGlossaryTermsResponse < Struct.new( :identifier, :glossary_terms) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the asset.
547 548 549 550 551 552 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 547 class AssociateGlossaryTermsResponse < Struct.new( :identifier, :glossary_terms) SENSITIVE = [] include Aws::Structure end |