Class: Aws::EC2::Types::DescribeIpamScopesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeIpamScopesResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_scopes ⇒ Array<Types::IpamScope>
The scopes you want information on.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#ipam_scopes ⇒ Array<Types::IpamScope>
The scopes you want information on.
23092 23093 23094 23095 23096 23097 |
# File 'lib/aws-sdk-ec2/types.rb', line 23092 class DescribeIpamScopesResult < Struct.new( :next_token, :ipam_scopes) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
23092 23093 23094 23095 23096 23097 |
# File 'lib/aws-sdk-ec2/types.rb', line 23092 class DescribeIpamScopesResult < Struct.new( :next_token, :ipam_scopes) SENSITIVE = [] include Aws::Structure end |