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.
-
#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
#created_on ⇒ Time
The timestamp when the code security integration was created.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196 class CodeSecurityIntegrationSummary < Struct.new( :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the code security integration.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196 class CodeSecurityIntegrationSummary < Struct.new( :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#last_update_on ⇒ Time
The timestamp when the code security integration was last updated.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196 class CodeSecurityIntegrationSummary < Struct.new( :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the code security integration.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196 class CodeSecurityIntegrationSummary < Struct.new( :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the code security integration.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196 class CodeSecurityIntegrationSummary < Struct.new( :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the current status of the code security integration.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196 class CodeSecurityIntegrationSummary < Struct.new( :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the code security integration.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196 class CodeSecurityIntegrationSummary < Struct.new( :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of repository provider for the integration.
2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 2196 class CodeSecurityIntegrationSummary < Struct.new( :created_on, :integration_arn, :last_update_on, :name, :status, :status_reason, :tags, :type) SENSITIVE = [] include Aws::Structure end |