Class: Aws::VPCLattice::Types::GetAuthPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetAuthPolicyRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_identifier ⇒ String
The ID or ARN of the service network or service.
Instance Attribute Details
#resource_identifier ⇒ String
The ID or ARN of the service network or service.
1991 1992 1993 1994 1995 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1991 class GetAuthPolicyRequest < Struct.new( :resource_identifier) SENSITIVE = [] include Aws::Structure end |