Class: Aws::EC2::Types::DescribeIpamsResult

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

#ipamsArray<Types::Ipam>

Information about the IPAMs.

Returns:



21248
21249
21250
21251
21252
21253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21248

class DescribeIpamsResult < Struct.new(
  :next_token,
  :ipams)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


21248
21249
21250
21251
21252
21253
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21248

class DescribeIpamsResult < Struct.new(
  :next_token,
  :ipams)
  SENSITIVE = []
  include Aws::Structure
end