Class: Aws::DataZone::Types::GetGlossaryTermInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetGlossaryTermInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which this business glossary term exists.
-
#identifier ⇒ String
The ID of the business glossary term.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which this business glossary term exists.
10027 10028 10029 10030 10031 10032 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10027 class GetGlossaryTermInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the business glossary term.
10027 10028 10029 10030 10031 10032 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10027 class GetGlossaryTermInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |