Class: Aws::ElasticsearchService::Types::ListVpcEndpointAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::ListVpcEndpointAccessResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for response parameters to the ‘ListVpcEndpointAccess` operation. Returns a list of accounts id and account type authorized to manage VPC endpoints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_principal_list ⇒ Array<Types::AuthorizedPrincipal>
List of ‘AuthorizedPrincipal` describing the details of the permissions to manage VPC endpoints against the specified domain.
-
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
Instance Attribute Details
#authorized_principal_list ⇒ Array<Types::AuthorizedPrincipal>
List of ‘AuthorizedPrincipal` describing the details of the permissions to manage VPC endpoints against the specified domain.
3124 3125 3126 3127 3128 3129 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3124 class ListVpcEndpointAccessResponse < Struct.new( :authorized_principal_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
3124 3125 3126 3127 3128 3129 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3124 class ListVpcEndpointAccessResponse < Struct.new( :authorized_principal_list, :next_token) SENSITIVE = [] include Aws::Structure end |