Class: Aws::OpenSearchService::Types::ListVpcEndpointAccessResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_principal_listArray<Types::AuthorizedPrincipal>

A list of IAM principals that can currently access the domain.

Returns:



5494
5495
5496
5497
5498
5499
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5494

class ListVpcEndpointAccessResponse < Struct.new(
  :authorized_principal_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


5494
5495
5496
5497
5498
5499
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5494

class ListVpcEndpointAccessResponse < Struct.new(
  :authorized_principal_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end