Class: Aws::CloudWatchOmni::Types::SearchPrincipalsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::SearchPrincipalsOutput
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to retrieve the next page of results, or null if there are no more results.
-
#results ⇒ Array<Types::PrincipalSearchResult>
The list of matching principals.
Instance Attribute Details
#next_token ⇒ String
A token to retrieve the next page of results, or null if there are no more results.
4440 4441 4442 4443 4444 4445 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4440 class SearchPrincipalsOutput < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end |
#results ⇒ Array<Types::PrincipalSearchResult>
The list of matching principals.
4440 4441 4442 4443 4444 4445 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4440 class SearchPrincipalsOutput < Struct.new( :results, :next_token) SENSITIVE = [] include Aws::Structure end |