Class: Aws::VPCLattice::Types::DeleteServiceNetworkRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-vpclattice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_network_identifierString

The ID or ARN of the service network.

Returns:

  • (String)


1372
1373
1374
1375
1376
# File 'lib/aws-sdk-vpclattice/types.rb', line 1372

class DeleteServiceNetworkRequest < Struct.new(
  :service_network_identifier)
  SENSITIVE = []
  include Aws::Structure
end