Class: Aws::CustomerProfiles::Types::DeleteIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DeleteIntegrationRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Note:
When making an API call, you may pass DeleteIntegrationRequest data as a hash:
{
domain_name: "name", # required
uri: "string1To255", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#uri ⇒ String
The URI of the S3 bucket or any other type of data source.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1118 1119 1120 1121 1122 1123 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1118 class DeleteIntegrationRequest < Struct.new( :domain_name, :uri) SENSITIVE = [] include Aws::Structure end |
#uri ⇒ String
The URI of the S3 bucket or any other type of data source.
1118 1119 1120 1121 1122 1123 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1118 class DeleteIntegrationRequest < Struct.new( :domain_name, :uri) SENSITIVE = [] include Aws::Structure end |