Class: Aws::Inspector2::Types::GetCodeSecurityIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetCodeSecurityIntegrationResponse
- 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.
-
#created_on ⇒ Time
The timestamp when the code security integration was created.
-
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the code security integration.
-
#last_update_on ⇒ Time
The timestamp when the code security integration was last updated.
-
#name ⇒ String
The name of the code security integration.
-
#status ⇒ String
The current status of the code security integration.
-
#status_reason ⇒ String
The reason for the current status of the code security integration.
-
#tags ⇒ Hash<String,String>
The tags associated with the code security integration.
-
#type ⇒ String
The type of repository provider for the integration.
Instance Attribute Details
#authorization_url ⇒ String
The URL used to authorize the integration with the repository provider. This is only returned if reauthorization is required to fix a connection issue. Otherwise, it is null.
5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5097 class GetCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [:authorization_url] include Aws::Structure end |
#created_on ⇒ Time
The timestamp when the code security integration was created.
5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5097 class GetCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [:authorization_url] include Aws::Structure end |
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the code security integration.
5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5097 class GetCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [:authorization_url] include Aws::Structure end |
#last_update_on ⇒ Time
The timestamp when the code security integration was last updated.
5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5097 class GetCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [:authorization_url] include Aws::Structure end |
#name ⇒ String
The name of the code security integration.
5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5097 class GetCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [:authorization_url] include Aws::Structure end |
#status ⇒ String
The current status of the code security integration.
5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5097 class GetCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [:authorization_url] include Aws::Structure end |
#status_reason ⇒ String
The reason for the current status of the code security integration.
5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5097 class GetCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [:authorization_url] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the code security integration.
5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5097 class GetCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [:authorization_url] include Aws::Structure end |
#type ⇒ String
The type of repository provider for the integration.
5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 5097 class GetCodeSecurityIntegrationResponse < Struct.new( :authorization_url, :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [:authorization_url] include Aws::Structure end |