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)


5437
5438
5439
5440
5441
5442
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5437

class DeleteConnectionInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the connection that is deleted.

Returns:

  • (String)


5437
5438
5439
5440
5441
5442
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5437

class DeleteConnectionInput < Struct.new(
  :domain_identifier,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end