Class: Aws::AccessAnalyzer::Types::CancelPolicyPreviewJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The unique identifier of the policy preview job to cancel.

Returns:

  • (String)


666
667
668
669
670
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 666

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