Class: Aws::MediaLive::Types::IpPoolCreateRequest

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

Overview

Used in CreateNetworkRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cidrString

A CIDR block of IP addresses to reserve for MediaLive Anywhere.

Returns:

  • (String)


19581
19582
19583
19584
19585
# File 'lib/aws-sdk-medialive/types.rb', line 19581

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