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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_network_identifierString

The Amazon Resource Name (ARN) or ID of the service network.

Returns:

  • (String)


920
921
922
923
924
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 920

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