Class: Aws::Mgn::Types::SplitConstruct

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cidr_blockString

The CIDR block for the split construct.

Returns:

  • (String)


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