Class: Aws::Glue::Types::AssociateGlossaryTermsResponse

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

#glossary_termsArray<String>

The glossary terms now associated with the asset.

Returns:

  • (Array<String>)


547
548
549
550
551
552
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 547

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

#identifierString

The unique identifier of the asset.

Returns:

  • (String)


547
548
549
550
551
552
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 547

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