Class: Aws::Inspector2::Types::CreateCodeSecurityIntegrationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsTypes::CreateIntegrationDetail

The integration details specific to the repository provider type.



2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-inspector2/types.rb', line 2902

class CreateCodeSecurityIntegrationRequest < Struct.new(
  :name,
  :type,
  :details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the code security integration.

Returns:

  • (String)


2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-inspector2/types.rb', line 2902

class CreateCodeSecurityIntegrationRequest < Struct.new(
  :name,
  :type,
  :details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags to apply to the code security integration.

Returns:

  • (Hash<String,String>)


2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-inspector2/types.rb', line 2902

class CreateCodeSecurityIntegrationRequest < Struct.new(
  :name,
  :type,
  :details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of repository provider for the integration.

Returns:

  • (String)


2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-inspector2/types.rb', line 2902

class CreateCodeSecurityIntegrationRequest < Struct.new(
  :name,
  :type,
  :details,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end