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