Class: Aws::ElasticsearchService::Types::AuthorizeVpcEndpointAccessResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/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

Instance Attribute Details

#authorized_principalTypes::AuthorizedPrincipal

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



295
296
297
298
299
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 295

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