Class: Aws::CloudFormation::Types::StartResourceScanInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::StartResourceScanInput
- Defined in:
- gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A unique identifier for this
StartResourceScan
request.
Instance Attribute Details
#client_request_token ⇒ String
A unique identifier for this StartResourceScan
request. Specify
this token if you plan to retry requests so that CloudFormation
knows that you're not attempting to start a new resource scan.
9843 9844 9845 9846 9847 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9843 class StartResourceScanInput < Struct.new( :client_request_token) SENSITIVE = [] include Aws::Structure end |