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)


397
398
399
400
401
402
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 397

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)


397
398
399
400
401
402
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 397

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