Class: Aws::EC2::Types::CreateIpamResult

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

#ipamTypes::Ipam

Information about the IPAM created.

Returns:



8795
8796
8797
8798
8799
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 8795

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