Class: Aws::Inspector2::Types::UpdateCodeSecurityIntegrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateCodeSecurityIntegrationResponse
- Defined in:
- gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the updated code security integration.
-
#status ⇒ String
The current status of the updated code security integration.
Instance Attribute Details
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the updated code security integration.
8635 8636 8637 8638 8639 8640 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8635 class UpdateCodeSecurityIntegrationResponse < Struct.new( :integration_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the updated code security integration.
8635 8636 8637 8638 8639 8640 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 8635 class UpdateCodeSecurityIntegrationResponse < Struct.new( :integration_arn, :status) SENSITIVE = [] include Aws::Structure end |