Method: Aws::OpenSearchService::Types::AuthorizedPrincipal#principal_type

Defined in:
lib/aws-sdk-opensearchservice/types.rb

#principal_typeString

The type of principal.

Returns:

  • (String)


688
689
690
691
692
693
# File 'lib/aws-sdk-opensearchservice/types.rb', line 688

class AuthorizedPrincipal < Struct.new(
  :principal_type,
  :principal)
  SENSITIVE = []
  include Aws::Structure
end