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

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

#accountString

The Amazon Web Services account ID to grant access to.

Returns:

  • (String)


460
461
462
463
464
465
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 460

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

#domain_nameString

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

Returns:

  • (String)


460
461
462
463
464
465
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 460

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