Class: Aws::VPCLattice::Types::GetAuthPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetAuthPolicyRequest
- 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 service network or service.
Instance Attribute Details
#resource_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service network or service.
1226 1227 1228 1229 1230 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1226 class GetAuthPolicyRequest < Struct.new( :resource_identifier) SENSITIVE = [] include Aws::Structure end |