Class: Aws::DataZone::Types::DeleteGlossaryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteGlossaryInput
- Includes:
- Structure
- Defined in:
- 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 the business glossary is deleted.
-
#identifier ⇒ String
The ID of the business glossary that is deleted.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the Amazon DataZone domain in which the business glossary is deleted.
4973 4974 4975 4976 4977 4978 |
# File 'lib/aws-sdk-datazone/types.rb', line 4973 class DeleteGlossaryInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the business glossary that is deleted.
4973 4974 4975 4976 4977 4978 |
# File 'lib/aws-sdk-datazone/types.rb', line 4973 class DeleteGlossaryInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |