Class: Aws::CloudFormation::Types::StartResourceScanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::StartResourceScanOutput
- 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. The format is ‘arn:$Partition:cloudformation:$Region:$Account:resourceScan/$Id`. An example is `arn:aws:cloudformation:us-east-1:123456789012:resourceScan/f5b490f7-7ed4-428a-aa06-31ff25db0772 `.
9859 9860 9861 9862 9863 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 9859 class StartResourceScanOutput < Struct.new( :resource_scan_id) SENSITIVE = [] include Aws::Structure end |