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

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

#account ⇒ String

The account ID to revoke access from.

Returns:

  • (String)


8335
8336
8337
8338
8339
8340
8341
8342
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 8335

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

#domain_name ⇒ String

The name of the OpenSearch Service domain.

Returns:

  • (String)


8335
8336
8337
8338
8339
8340
8341
8342
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 8335

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

#service ⇒ String

The service SP to revoke access from.

Returns:

  • (String)


8335
8336
8337
8338
8339
8340
8341
8342
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 8335

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

#service_options ⇒ Types::ServiceOptions

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



8335
8336
8337
8338
8339
8340
8341
8342
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 8335

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