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 Amazon Resource Name (ARN) of the resource.
Instance Attribute Details
#resource_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the resource.
833 834 835 836 837 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 833 class DeleteAuthPolicyRequest < Struct.new( :resource_identifier) SENSITIVE = [] include Aws::Structure end |