Class: Aws::ElasticsearchService::Types::AuthorizeVpcEndpointAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AuthorizeVpcEndpointAccessResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for response parameters to the ‘AuthorizeVpcEndpointAccess` operation. Contains the account ID and the type of the account being authorized to access the VPC endpoint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_principal ⇒ Types::AuthorizedPrincipal
Information about the account or service that was provided access to the domain.
Instance Attribute Details
#authorized_principal ⇒ Types::AuthorizedPrincipal
Information about the account or service that was provided access to the domain.
295 296 297 298 299 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 295 class AuthorizeVpcEndpointAccessResponse < Struct.new( :authorized_principal) SENSITIVE = [] include Aws::Structure end |