Class: Aws::Mgn::Types::SplitConstruct
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::SplitConstruct
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
A split target specifying the CIDR block for the new construct.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr_block ⇒ String
The CIDR block for the split construct.
Instance Attribute Details
#cidr_block ⇒ String
The CIDR block for the split construct.
5847 5848 5849 5850 5851 |
# File 'lib/aws-sdk-mgn/types.rb', line 5847 class SplitConstruct < Struct.new( :cidr_block) SENSITIVE = [] include Aws::Structure end |