Class: Aws::AppIntegrationsService::Types::UpdateDataIntegrationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the DataIntegration.

Returns:

  • (String)


1348
1349
1350
1351
1352
1353
1354
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1348

class UpdateDataIntegrationRequest < Struct.new(
  :identifier,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

A unique identifier for the DataIntegration.

Returns:

  • (String)


1348
1349
1350
1351
1352
1353
1354
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1348

class UpdateDataIntegrationRequest < Struct.new(
  :identifier,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the DataIntegration.

Returns:

  • (String)


1348
1349
1350
1351
1352
1353
1354
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1348

class UpdateDataIntegrationRequest < Struct.new(
  :identifier,
  :name,
  :description)
  SENSITIVE = []
  include Aws::Structure
end