Class: Aws::EC2::Types::CreateIpamPrefixListResolverResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_prefix_list_resolverTypes::IpamPrefixListResolver

Information about the IPAM prefix list resolver that was created.



12602
12603
12604
12605
12606
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 12602

class CreateIpamPrefixListResolverResult < Struct.new(
  :ipam_prefix_list_resolver)
  SENSITIVE = []
  include Aws::Structure
end