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.
11221 11222 11223 11224 11225 11226 |
# File 'lib/aws-sdk-glue/types.rb', line 11221 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.
11221 11222 11223 11224 11225 11226 |
# File 'lib/aws-sdk-glue/types.rb', line 11221 class DisassociateGlossaryTermsResponse < Struct.new( :asset_identifier, :glossary_terms) SENSITIVE = [] include Aws::Structure end |