Class: Aws::OpenSearchService::Types::AuthorizeVpcEndpointAccessRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AuthorizeVpcEndpointAccessRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ String
The Amazon Web Services account ID to grant access to.
-
#domain_name ⇒ String
The name of the OpenSearch Service domain to provide access to.
-
#service ⇒ String
The Amazon Web Services service SP to grant access to.
Instance Attribute Details
#account ⇒ String
The Amazon Web Services account ID to grant access to.
581 582 583 584 585 586 587 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 581 class AuthorizeVpcEndpointAccessRequest < Struct.new( :domain_name, :account, :service) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the OpenSearch Service domain to provide access to.
581 582 583 584 585 586 587 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 581 class AuthorizeVpcEndpointAccessRequest < Struct.new( :domain_name, :account, :service) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The Amazon Web Services service SP to grant access to.
581 582 583 584 585 586 587 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 581 class AuthorizeVpcEndpointAccessRequest < Struct.new( :domain_name, :account, :service) SENSITIVE = [] include Aws::Structure end |