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.
-
#service ⇒ String
The service SP to revoke access from.
Instance Attribute Details
#account ⇒ String
The account ID to revoke access from.
6334 6335 6336 6337 6338 6339 6340 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6334 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account, :service) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the OpenSearch Service domain.
6334 6335 6336 6337 6338 6339 6340 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6334 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account, :service) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The service SP to revoke access from.
6334 6335 6336 6337 6338 6339 6340 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6334 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account, :service) SENSITIVE = [] include Aws::Structure end |