Class: Aws::FMS::Types::ListDiscoveredResourcesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ListDiscoveredResourcesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of objects that you want Firewall Manager to return for this request.
-
#member_account_ids ⇒ Array<String>
The Amazon Web Services account IDs to discover resources in.
-
#next_token ⇒ String
When you request a list of objects with a ‘MaxResults` setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a `NextToken` value in the response.
-
#resource_type ⇒ String
The type of resources to discover.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a ‘NextToken` value that you can use in a subsequent call to get the next batch of objects.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-fms/types.rb', line 2215 class ListDiscoveredResourcesRequest < Struct.new( :member_account_ids, :resource_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#member_account_ids ⇒ Array<String>
The Amazon Web Services account IDs to discover resources in. Only one account is supported per request. The account must be a member of your organization.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-fms/types.rb', line 2215 class ListDiscoveredResourcesRequest < Struct.new( :member_account_ids, :resource_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When you request a list of objects with a ‘MaxResults` setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a `NextToken` value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-fms/types.rb', line 2215 class ListDiscoveredResourcesRequest < Struct.new( :member_account_ids, :resource_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resources to discover.
2215 2216 2217 2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-fms/types.rb', line 2215 class ListDiscoveredResourcesRequest < Struct.new( :member_account_ids, :resource_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |