Class: Aws::CloudFormation::Types::DescribeResourceScanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeResourceScanInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_scan_id ⇒ String
The Amazon Resource Name (ARN) of the resource scan.
Instance Attribute Details
#resource_scan_id ⇒ String
The Amazon Resource Name (ARN) of the resource scan.
2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2732 class DescribeResourceScanInput < Struct.new( :resource_scan_id) SENSITIVE = [] include Aws::Structure end |