Class: Aws::OpenSearchService::Types::AuthorizeVpcEndpointAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AuthorizeVpcEndpointAccessResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_principal ⇒ Types::AuthorizedPrincipal
Information about the Amazon Web Services account or service that was provided access to the domain.
Instance Attribute Details
#authorized_principal ⇒ Types::AuthorizedPrincipal
Information about the Amazon Web Services account or service that was provided access to the domain.
474 475 476 477 478 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 474 class AuthorizeVpcEndpointAccessResponse < Struct.new( :authorized_principal) SENSITIVE = [] include Aws::Structure end |