Class: Aws::CloudWatchOmni::Types::SearchPrincipalsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token to retrieve the next page of results, or null if there are no more results.

Returns:

  • (String)


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

#resultsArray<Types::PrincipalSearchResult>

The list of matching principals.

Returns:



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