Class: Aws::VPCLattice::Types::GetServiceNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::GetServiceNetworkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_network_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service network.
Instance Attribute Details
#service_network_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the service network.
1453 1454 1455 1456 1457 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 1453 class GetServiceNetworkRequest < Struct.new( :service_network_identifier) SENSITIVE = [] include Aws::Structure end |