Class: Aws::EC2::Types::SubnetIpPrefixes
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::SubnetIpPrefixes
- Defined in:
- gems/aws-sdk-ec2/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.
68780 68781 68782 68783 68784 68785 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68780 class SubnetIpPrefixes < Struct.new( :subnet_id, :ip_prefixes) SENSITIVE = [] include Aws::Structure end |
#subnet_id ⇒ String
ID of the subnet.
68780 68781 68782 68783 68784 68785 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68780 class SubnetIpPrefixes < Struct.new( :subnet_id, :ip_prefixes) SENSITIVE = [] include Aws::Structure end |