Class: Aws::Inspector2::Types::GetCodeSecurityIntegrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::GetCodeSecurityIntegrationRequest
- Includes:
- Structure
- Defined in:
- 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 code security integration to retrieve.
-
#tags ⇒ Hash<String,String>
The tags associated with the code security integration.
Instance Attribute Details
#integration_arn ⇒ String
The Amazon Resource Name (ARN) of the code security integration to retrieve.
6129 6130 6131 6132 6133 6134 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6129 class GetCodeSecurityIntegrationRequest < Struct.new( :integration_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the code security integration.
6129 6130 6131 6132 6133 6134 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6129 class GetCodeSecurityIntegrationRequest < Struct.new( :integration_arn, :tags) SENSITIVE = [] include Aws::Structure end |