Class: Aws::Inspector2::Types::CreateCodeSecurityIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CreateCodeSecurityIntegrationResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authorization_url]
Instance Attribute Summary collapse
-
#authorization_url ⇒ String
The URL used to authorize the integration with the repository provider.
-
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the created code security integration.
-
#status ⇒ String
The current status of the code security integration.
Instance Attribute Details
#authorization_url ⇒ String
The URL used to authorize the integration with the repository provider.
2927 2928 2929 2930 2931 2932 2933 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2927 class CreateCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :integration_arn, :status) SENSITIVE = [:authorization_url] include Aws::Structure end |
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the created code security integration.
2927 2928 2929 2930 2931 2932 2933 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2927 class CreateCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :integration_arn, :status) SENSITIVE = [:authorization_url] include Aws::Structure end |
#status ⇒ String
The current status of the code security integration.
2927 2928 2929 2930 2931 2932 2933 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2927 class CreateCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :integration_arn, :status) SENSITIVE = [:authorization_url] include Aws::Structure end |