Class: Aws::EC2::Types::DescribeIpamScopesResult

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_scopesArray<Types::IpamScope>

The scopes you want information on.

Returns:



21192
21193
21194
21195
21196
21197
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21192

class DescribeIpamScopesResult < Struct.new(
  :next_token,
  :ipam_scopes)
  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)


21192
21193
21194
21195
21196
21197
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 21192

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