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.
6578 6579 6580 6581 6582 6583 6584 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6578 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account, :service) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the OpenSearch Service domain.
6578 6579 6580 6581 6582 6583 6584 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6578 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account, :service) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The service SP to revoke access from.
6578 6579 6580 6581 6582 6583 6584 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6578 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account, :service) SENSITIVE = [] include Aws::Structure end |