Class: Aws::VPCLattice::Types::SharingConfig

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

Overview

Specifies if the service network should be enabled for sharing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Specifies if the service network is enabled for sharing.

Returns:

  • (Boolean)


4566
4567
4568
4569
4570
# File 'lib/aws-sdk-vpclattice/types.rb', line 4566

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