Class: Aws::DataZone::Types::DeleteConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DeleteConnectionInput
- 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 domain where the connection is deleted.
-
#identifier ⇒ String
The ID of the connection that is deleted.
Instance Attribute Details
#domain_identifier ⇒ String
The ID of the domain where the connection is deleted.
5428 5429 5430 5431 5432 5433 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5428 class DeleteConnectionInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the connection that is deleted.
5428 5429 5430 5431 5432 5433 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5428 class DeleteConnectionInput < Struct.new( :domain_identifier, :identifier) SENSITIVE = [] include Aws::Structure end |