Class: Aws::OpenSearchService::Types::AuthorizeVpcEndpointAccessRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountString

The Amazon Web Services account ID to grant access to.

Returns:

  • (String)


581
582
583
584
585
586
587
# File 'lib/aws-sdk-opensearchservice/types.rb', line 581

class AuthorizeVpcEndpointAccessRequest < Struct.new(
  :domain_name,
  :account,
  :service)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the OpenSearch Service domain to provide access to.

Returns:

  • (String)


581
582
583
584
585
586
587
# File 'lib/aws-sdk-opensearchservice/types.rb', line 581

class AuthorizeVpcEndpointAccessRequest < Struct.new(
  :domain_name,
  :account,
  :service)
  SENSITIVE = []
  include Aws::Structure
end

#serviceString

The Amazon Web Services service SP to grant access to.

Returns:

  • (String)


581
582
583
584
585
586
587
# File 'lib/aws-sdk-opensearchservice/types.rb', line 581

class AuthorizeVpcEndpointAccessRequest < Struct.new(
  :domain_name,
  :account,
  :service)
  SENSITIVE = []
  include Aws::Structure
end