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

#glossary_termsArray<String>

The remaining glossary terms associated with the asset.

Returns:

  • (Array<String>)


11208
11209
11210
11211
11212
11213
# File 'lib/aws-sdk-glue/types.rb', line 11208

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

#identifierString

The unique identifier of the asset.

Returns:

  • (String)


11208
11209
11210
11211
11212
11213
# File 'lib/aws-sdk-glue/types.rb', line 11208

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