Class: Aws::EC2::Types::ModifyVerifiedAccessEndpointCidrOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

The CIDR options for a Verified Access endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#port_rangesArray<Types::ModifyVerifiedAccessEndpointPortRange>

The port ranges.



53997
53998
53999
54000
54001
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53997

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