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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


20050
20051
20052
20053
20054
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 20050

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