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.



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