Class: Aws::Glue::Types::DisassociateGlossaryTermsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DisassociateGlossaryTermsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_identifier ⇒ String
The unique identifier of the asset.
-
#glossary_terms ⇒ Array<String>
The remaining glossary terms associated with the asset.
Instance Attribute Details
#asset_identifier ⇒ String
The unique identifier of the asset.
11490 11491 11492 11493 11494 11495 |
# File 'lib/aws-sdk-glue/types.rb', line 11490 class DisassociateGlossaryTermsResponse < Struct.new( :asset_identifier, :glossary_terms) SENSITIVE = [] include Aws::Structure end |
#glossary_terms ⇒ Array<String>
The remaining glossary terms associated with the asset.
11490 11491 11492 11493 11494 11495 |
# File 'lib/aws-sdk-glue/types.rb', line 11490 class DisassociateGlossaryTermsResponse < Struct.new( :asset_identifier, :glossary_terms) SENSITIVE = [] include Aws::Structure end |