Class: Aws::EC2::Types::SubnetIpPrefixes

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

Overview

Prefixes of the subnet IP.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_prefixesArray<String>

Array of SubnetIpPrefixes objects.

Returns:

  • (Array<String>)


68001
68002
68003
68004
68005
68006
# File 'lib/aws-sdk-ec2/types.rb', line 68001

class SubnetIpPrefixes < Struct.new(
  :subnet_id,
  :ip_prefixes)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idString

ID of the subnet.

Returns:

  • (String)


68001
68002
68003
68004
68005
68006
# File 'lib/aws-sdk-ec2/types.rb', line 68001

class SubnetIpPrefixes < Struct.new(
  :subnet_id,
  :ip_prefixes)
  SENSITIVE = []
  include Aws::Structure
end