Class: Aws::CloudFormation::Types::StartResourceScanInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

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.

Returns:

  • (String)


9758
9759
9760
9761
9762
# File 'lib/aws-sdk-cloudformation/types.rb', line 9758

class StartResourceScanInput < Struct.new(
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end