Class: Aws::EC2::Types::CreateIpamPrefixListResolverResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateIpamPrefixListResolverResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_prefix_list_resolver ⇒ Types::IpamPrefixListResolver
Information about the IPAM prefix list resolver that was created.
Instance Attribute Details
#ipam_prefix_list_resolver ⇒ Types::IpamPrefixListResolver
Information about the IPAM prefix list resolver that was created.
11288 11289 11290 11291 11292 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11288 class CreateIpamPrefixListResolverResult < Struct.new( :ipam_prefix_list_resolver) SENSITIVE = [] include Aws::Structure end |