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.
35429 35430 35431 35432 35433 35434 |
# File 'lib/aws-sdk-ec2/types.rb', line 35429 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.
35429 35430 35431 35432 35433 35434 |
# File 'lib/aws-sdk-ec2/types.rb', line 35429 class GetIpamDiscoveredAccountsResult < Struct.new( :ipam_discovered_accounts, :next_token) SENSITIVE = [] include Aws::Structure end |