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.
Instance Attribute Details
#account ⇒ String
The Amazon Web Services account ID to grant access to.
460 461 462 463 464 465 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 460 class AuthorizeVpcEndpointAccessRequest < Struct.new( :domain_name, :account) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the OpenSearch Service domain to provide access to.
460 461 462 463 464 465 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 460 class AuthorizeVpcEndpointAccessRequest < Struct.new( :domain_name, :account) SENSITIVE = [] include Aws::Structure end |