Class: Aws::SecurityHub::Types::ListMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListMembersResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#members ⇒ Array<Types::Member>
Member details returned by the operation.
-
#next_token ⇒ String
The pagination token to use to request the next page of results.
Instance Attribute Details
#members ⇒ Array<Types::Member>
Member details returned by the operation.
26554 26555 26556 26557 26558 26559 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26554 class ListMembersResponse < Struct.new( :members, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to request the next page of results.
26554 26555 26556 26557 26558 26559 |
# File 'lib/aws-sdk-securityhub/types.rb', line 26554 class ListMembersResponse < Struct.new( :members, :next_token) SENSITIVE = [] include Aws::Structure end |