Class: Aws::DataZone::Types::UpdateGlossaryInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::UpdateGlossaryInput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :name]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
#description ⇒ String
The description to be updated as part of the
UpdateGlossary
action. -
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
-
#identifier ⇒ String
The identifier of the business glossary to be updated.
-
#name ⇒ String
The name to be updated as part of the
UpdateGlossary
action. -
#status ⇒ String
The status to be updated as part of the
UpdateGlossary
action.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
20365 20366 20367 20368 20369 20370 20371 20372 20373 20374 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20365 class UpdateGlossaryInput < Struct.new( :client_token, :description, :domain_identifier, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#description ⇒ String
The description to be updated as part of the UpdateGlossary
action.
20365 20366 20367 20368 20369 20370 20371 20372 20373 20374 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20365 class UpdateGlossaryInput < Struct.new( :client_token, :description, :domain_identifier, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
20365 20366 20367 20368 20369 20370 20371 20372 20373 20374 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20365 class UpdateGlossaryInput < Struct.new( :client_token, :description, :domain_identifier, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#identifier ⇒ String
The identifier of the business glossary to be updated.
20365 20366 20367 20368 20369 20370 20371 20372 20373 20374 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20365 class UpdateGlossaryInput < Struct.new( :client_token, :description, :domain_identifier, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#name ⇒ String
The name to be updated as part of the UpdateGlossary
action.
20365 20366 20367 20368 20369 20370 20371 20372 20373 20374 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20365 class UpdateGlossaryInput < Struct.new( :client_token, :description, :domain_identifier, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |
#status ⇒ String
The status to be updated as part of the UpdateGlossary
action.
20365 20366 20367 20368 20369 20370 20371 20372 20373 20374 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 20365 class UpdateGlossaryInput < Struct.new( :client_token, :description, :domain_identifier, :identifier, :name, :status) SENSITIVE = [:description, :name] include Aws::Structure end |