Class: Aws::CustomerProfiles::Types::DeleteIntegrationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


1173
1174
1175
1176
1177
1178
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1173

class DeleteIntegrationRequest < Struct.new(
  :domain_name,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

The URI of the S3 bucket or any other type of data source.

Returns:

  • (String)


1173
1174
1175
1176
1177
1178
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1173

class DeleteIntegrationRequest < Struct.new(
  :domain_name,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end