Class: Aws::OpenSearchService::Types::RevokeVpcEndpointAccessRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::RevokeVpcEndpointAccessRequest
- Defined in:
- gems/aws-sdk-opensearchservice/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.
-
#service_options ⇒ Types::ServiceOptions
The options for the service, including the supported Regions for the endpoint access.
Instance Attribute Details
#account ⇒ String
The account ID to revoke access from.
7615 7616 7617 7618 7619 7620 7621 7622 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7615 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.
7615 7616 7617 7618 7619 7620 7621 7622 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7615 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account, :service, :service_options) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The service SP to revoke access from.
7615 7616 7617 7618 7619 7620 7621 7622 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7615 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.
7615 7616 7617 7618 7619 7620 7621 7622 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 7615 class RevokeVpcEndpointAccessRequest < Struct.new( :domain_name, :account, :service, :service_options) SENSITIVE = [] include Aws::Structure end |