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)


9780
9781
9782
9783
9784
# File 'lib/aws-sdk-cloudformation/types.rb', line 9780

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