Method: Aws::OpenSearchService::Types::AuthorizedPrincipal#principal_type
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
#principal_type ⇒ String
The type of principal.
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 |