Class: Aws::EC2::Types::GetIpamDiscoveredAccountsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetIpamDiscoveredAccountsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ipam_discovered_accounts ⇒ Array<Types::IpamDiscoveredAccount>
Discovered accounts.
-
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#ipam_discovered_accounts ⇒ Array<Types::IpamDiscoveredAccount>
Discovered accounts.
37647 37648 37649 37650 37651 37652 |
# File 'lib/aws-sdk-ec2/types.rb', line 37647 class GetIpamDiscoveredAccountsResult < Struct.new( :ipam_discovered_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token from a previous request to retrieve the next page of results.
37647 37648 37649 37650 37651 37652 |
# File 'lib/aws-sdk-ec2/types.rb', line 37647 class GetIpamDiscoveredAccountsResult < Struct.new( :ipam_discovered_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |