Class: Aws::CustomerProfiles::Types::GetIntegrationRequest

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)


2220
2221
2222
2223
2224
2225
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2220

class GetIntegrationRequest < 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)


2220
2221
2222
2223
2224
2225
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2220

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