Class: Aws::EC2::Types::Ipv4PrefixSpecificationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Ipv4PrefixSpecificationResponse
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Information about the IPv4 delegated prefixes assigned to a network interface.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipv_4_prefix ⇒ String
The IPv4 delegated prefixes assigned to the network interface.
Instance Attribute Details
#ipv_4_prefix ⇒ String
The IPv4 delegated prefixes assigned to the network interface.
44883 44884 44885 44886 44887 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 44883 class Ipv4PrefixSpecificationResponse < Struct.new( :ipv_4_prefix) SENSITIVE = [] include Aws::Structure end |