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)


7494
7495
7496
7497
7498
7499
7500
7501
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7494

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)


7494
7495
7496
7497
7498
7499
7500
7501
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7494

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)


7494
7495
7496
7497
7498
7499
7500
7501
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7494

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.



7494
7495
7496
7497
7498
7499
7500
7501
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7494

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