Class: Aws::CodeGuruSecurity::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the
ScanNameobject.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the ScanName object. You can retrieve this ARN by
calling CreateScan, ListScans, or GetScan.
866 867 868 869 870 |
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 866 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |