Class: Aws::Mgn::Types::SplitOperation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::SplitOperation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
An operation that splits a construct into multiple constructs with different CIDR blocks.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#split_constructs ⇒ Array<Types::SplitConstruct>
The list of split targets with their CIDR blocks.
Instance Attribute Details
#split_constructs ⇒ Array<Types::SplitConstruct>
The list of split targets with their CIDR blocks.
5862 5863 5864 5865 5866 |
# File 'lib/aws-sdk-mgn/types.rb', line 5862 class SplitOperation < Struct.new( :split_constructs) SENSITIVE = [] include Aws::Structure end |