Class: Aws::AccessAnalyzer::Types::CreatePolicyPreviewConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::CreatePolicyPreviewConfigurationRequest
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#scope ⇒ String
The scope of the policy preview configuration.
Instance Attribute Details
#client_token ⇒ String
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.
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 |
#scope ⇒ String
The scope of the policy preview configuration. Currently only
GLOBAL is supported.
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 |