Class: Aws::OpenSearchService::Types::RevokeVpcEndpointAccessRequest

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 account ID to revoke access from.

Returns:

  • (String)


7506
7507
7508
7509
7510
7511
7512
7513
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7506

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

#domain_nameString

The name of the OpenSearch Service domain.

Returns:

  • (String)


7506
7507
7508
7509
7510
7511
7512
7513
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7506

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

#serviceString

The service SP to revoke access from.

Returns:

  • (String)


7506
7507
7508
7509
7510
7511
7512
7513
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7506

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

#service_optionsTypes::ServiceOptions

The options for the service, including the supported Regions for the endpoint access.



7506
7507
7508
7509
7510
7511
7512
7513
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7506

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