Class: Aws::VPCLattice::Types::DeleteAuthPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::DeleteAuthPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_identifier ⇒ String
The ID or ARN of the resource.
Instance Attribute Details
#resource_identifier ⇒ String
The ID or ARN of the resource.
1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1192 class DeleteAuthPolicyRequest < Struct.new( :resource_identifier) SENSITIVE = [] include Aws::Structure end |