Class: Aws::VPCLattice::Types::SharingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::SharingConfig
- 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
-
#enabled ⇒ Boolean
Specifies if the service network is enabled for sharing.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies if the service network is enabled for sharing.
4566 4567 4568 4569 4570 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 4566 class SharingConfig < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |