Class: Aws::DataZone::Types::GetGlossaryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetGlossaryInput
- 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 exists.
-
#identifier ⇒ String
The ID of the business glossary.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which this business glossary exists.
8710 8711 8712 8713 8714 8715 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8710 class GetGlossaryInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the business glossary.
8710 8711 8712 8713 8714 8715 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 8710 class GetGlossaryInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |