Class: Aws::OpenSearchService::Types::ListVpcEndpointAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ListVpcEndpointAccessResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorized_principal_list ⇒ Array<Types::AuthorizedPrincipal>
A list of [IAM principals] that can currently access the domain.
-
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available.
Instance Attribute Details
#authorized_principal_list ⇒ Array<Types::AuthorizedPrincipal>
A list of [IAM principals] that can currently access the domain.
[1]: docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_principal.html
5233 5234 5235 5236 5237 5238 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5233 class ListVpcEndpointAccessResponse < Struct.new( :authorized_principal_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
When ‘nextToken` is returned, there are more results available. The value of `nextToken` is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
5233 5234 5235 5236 5237 5238 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5233 class ListVpcEndpointAccessResponse < Struct.new( :authorized_principal_list, :next_token) SENSITIVE = [] include Aws::Structure end |