Class: Aws::Inspector2::Types::CreateCodeSecurityIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CreateCodeSecurityIntegrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::CreateIntegrationDetail
The integration details specific to the repository provider type.
-
#name ⇒ String
The name of the code security integration.
-
#tags ⇒ Hash<String,String>
The tags to apply to the code security integration.
-
#type ⇒ String
The type of repository provider for the integration.
Instance Attribute Details
#details ⇒ Types::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 |
#name ⇒ String
The name of the code security integration.
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 |
#tags ⇒ Hash<String,String>
The tags to apply to the code security integration.
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 |
#type ⇒ String
The type of repository provider for the integration.
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 |