Class: Aws::Inspector2::Types::CodeSecurityIntegrationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CodeSecurityIntegrationSummary
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
A summary of information about a code security integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#type ⇒ String
The type of repository provider for the integration.
Instance Attribute Details
#created_on ⇒ Time
The timestamp when the code security integration was created.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2411 class CodeSecurityIntegrationSummary < Struct.new( :integration_arn, :name, :type, :status, :status_reason, :created_on, :last_update_on) SENSITIVE = [] include Aws::Structure end |
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the code security integration.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2411 class CodeSecurityIntegrationSummary < Struct.new( :integration_arn, :name, :type, :status, :status_reason, :created_on, :last_update_on) SENSITIVE = [] include Aws::Structure end |
#last_update_on ⇒ Time
The timestamp when the code security integration was last updated.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2411 class CodeSecurityIntegrationSummary < Struct.new( :integration_arn, :name, :type, :status, :status_reason, :created_on, :last_update_on) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the code security integration.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2411 class CodeSecurityIntegrationSummary < Struct.new( :integration_arn, :name, :type, :status, :status_reason, :created_on, :last_update_on) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the code security integration.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2411 class CodeSecurityIntegrationSummary < Struct.new( :integration_arn, :name, :type, :status, :status_reason, :created_on, :last_update_on) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the current status of the code security integration.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2411 class CodeSecurityIntegrationSummary < Struct.new( :integration_arn, :name, :type, :status, :status_reason, :created_on, :last_update_on) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of repository provider for the integration.
2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2411 class CodeSecurityIntegrationSummary < Struct.new( :integration_arn, :name, :type, :status, :status_reason, :created_on, :last_update_on) SENSITIVE = [] include Aws::Structure end |