Class: Aws::OpenSearchService::Types::RevokeVpcEndpointAccessRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::RevokeVpcEndpointAccessRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ String
The account ID to revoke access from.
-
#domain_name ⇒ String
The name of the OpenSearch Service domain.
Instance Attribute Details
#account ⇒ String
The account ID to revoke access from.
5482 5483 5484 5485 5486 5487 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5482 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the OpenSearch Service domain.
5482 5483 5484 5485 5486 5487 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5482 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account) SENSITIVE = [] include Aws::Structure end |