Class: Aws::VPCLattice::Types::GetServiceNetworkRequest

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 ID or Amazon Resource Name (ARN) of the service network.

Returns:

  • (String)


1461
1462
1463
1464
1465
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 1461

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