Class: Aws::AccessAnalyzer::Types::CreatePolicyPreviewConfigurationRequest

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

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request and have no additional effect.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1207
1208
1209
1210
1211
1212
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1207

class CreatePolicyPreviewConfigurationRequest < Struct.new(
  :client_token,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end

#scopeString

The scope of the policy preview configuration. Currently only GLOBAL is supported.

Returns:

  • (String)


1207
1208
1209
1210
1211
1212
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 1207

class CreatePolicyPreviewConfigurationRequest < Struct.new(
  :client_token,
  :scope)
  SENSITIVE = []
  include Aws::Structure
end