You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTSiteWise::Types::DeleteAccessPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::DeleteAccessPolicyRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteAccessPolicyRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
access_policy_id: "ID", # required
client_token: "ClientToken",
}
Instance Attribute Summary collapse
-
#access_policy_id ⇒ String
The ID of the access policy to be deleted.
-
#client_token ⇒ String
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.
Instance Attribute Details
#access_policy_id ⇒ String
The ID of the access policy to be deleted.
#client_token ⇒ String
A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don\'t reuse this client token if a new idempotent request is required.