Class: Aws::OpenSearchService::Types::AuthorizeVpcEndpointAccessResponse

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_principalTypes::AuthorizedPrincipal

Information about the Amazon Web Services account or service that was provided access to the domain.



411
412
413
414
415
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 411

class AuthorizeVpcEndpointAccessResponse < Struct.new(
  :authorized_principal)
  SENSITIVE = []
  include Aws::Structure
end