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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/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)


3784
3785
3786
3787
3788
3789
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3784

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

#domain_nameString

The name of the OpenSearch Service domain.

Returns:

  • (String)


3784
3785
3786
3787
3788
3789
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3784

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