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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3173
3174
3175
3176
3177
3178
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3173

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)


3173
3174
3175
3176
3177
3178
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3173

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