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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


11490
11491
11492
11493
11494
11495
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11490

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>)


11490
11491
11492
11493
11494
11495
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 11490

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