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.
4915 4916 4917 4918 4919 4920 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4915 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the OpenSearch Service domain.
4915 4916 4917 4918 4919 4920 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4915 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account) SENSITIVE = [] include Aws::Structure end |