Class: Aws::ElasticsearchService::Types::RevokeVpcEndpointAccessRequest

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

Overview

Revokes access to an Amazon OpenSearch Service domain that was provided through an interface VPC endpoint.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountString

The account ID to revoke access from.

Returns:

  • (String)


3624
3625
3626
3627
3628
3629
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3624

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

#domain_nameString

The name of the OpenSearch Service domain.

Returns:

  • (String)


3624
3625
3626
3627
3628
3629
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3624

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