Class: Aws::SecurityIR::Types::ListMembershipsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ListMembershipsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Request element for ListMemberships to limit the number of responses.
-
#next_token ⇒ String
An optional string that, if supplied, must be copied from the output of a previous call to ListMemberships.
Instance Attribute Details
#max_results ⇒ Integer
Request element for ListMemberships to limit the number of responses.
1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-securityir/types.rb', line 1287 class ListMembershipsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An optional string that, if supplied, must be copied from the output of a previous call to ListMemberships. When provided in this manner, the API fetches the next page of results.
1287 1288 1289 1290 1291 1292 |
# File 'lib/aws-sdk-securityir/types.rb', line 1287 class ListMembershipsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |