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
show all
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

Instance Attribute Details

#access_policy_idString

The ID of the access policy to be deleted.

Returns:

  • (String)

    The ID of the access policy to be deleted.

#client_tokenString

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.

Returns:

  • (String)

    A unique case-sensitive identifier that you can provide to ensure the idempotency of the request.