Class: Aws::DataZone::Types::DeleteConnectionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The ID of the domain where the connection is deleted.

Returns:

  • (String)


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

#identifierString

The ID of the connection that is deleted.

Returns:

  • (String)


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