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.
5072 5073 5074 5075 5076 5077 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5072 class GetCodeSecurityIntegrationRequest < Struct.new( :integration_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the code security integration.
5072 5073 5074 5075 5076 5077 |
# File 'lib/aws-sdk-inspector2/types.rb', line 5072 class GetCodeSecurityIntegrationRequest < Struct.new( :integration_arn, :tags) SENSITIVE = [] include Aws::Structure end |