Class: Aws::EC2::Types::SubnetIpPrefixes
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SubnetIpPrefixes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Prefixes of the subnet IP.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_prefixes ⇒ Array<String>
Array of SubnetIpPrefixes objects.
-
#subnet_id ⇒ String
ID of the subnet.
Instance Attribute Details
#ip_prefixes ⇒ Array<String>
Array of SubnetIpPrefixes objects.
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_id ⇒ String
ID of the subnet.
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 |