Class: Aws::VPCLattice::Types::GetServiceNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetServiceNetworkRequest
- Defined in:
- gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_network_identifier ⇒ String
The ID or ARN of the service network.
Instance Attribute Details
#service_network_identifier ⇒ String
The ID or ARN of the service network.
2157 2158 2159 2160 2161 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2157 class GetServiceNetworkRequest < Struct.new( :service_network_identifier) SENSITIVE = [] include Aws::Structure end |