Class: Aws::Detective::Types::UpdateDatasourcePackagesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datasource_packagesArray<String>

The data source package start for the behavior graph.

Returns:

  • (Array<String>)


1851
1852
1853
1854
1855
1856
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1851

class UpdateDatasourcePackagesRequest < Struct.new(
  :graph_arn,
  :datasource_packages)
  SENSITIVE = []
  include Aws::Structure
end

#graph_arnString

The ARN of the behavior graph.

Returns:

  • (String)


1851
1852
1853
1854
1855
1856
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 1851

class UpdateDatasourcePackagesRequest < Struct.new(
  :graph_arn,
  :datasource_packages)
  SENSITIVE = []
  include Aws::Structure
end