Class: Aws::Glue::Types::DisassociateGlossaryTermsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_identifierString

The unique identifier of the asset.

Returns:

  • (String)


11455
11456
11457
11458
11459
11460
# File 'lib/aws-sdk-glue/types.rb', line 11455

class DisassociateGlossaryTermsResponse < Struct.new(
  :asset_identifier,
  :glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end

#glossary_termsArray<String>

The remaining glossary terms associated with the asset.

Returns:

  • (Array<String>)


11455
11456
11457
11458
11459
11460
# File 'lib/aws-sdk-glue/types.rb', line 11455

class DisassociateGlossaryTermsResponse < Struct.new(
  :asset_identifier,
  :glossary_terms)
  SENSITIVE = []
  include Aws::Structure
end