Class: Aws::ElasticsearchService::Types::AuthorizeVpcEndpointAccessRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::AuthorizeVpcEndpointAccessRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for request parameters to the ‘AuthorizeVpcEndpointAccess` operation. Specifies the account to be permitted to manage VPC endpoints against the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ String
The 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 account ID to grant access to.
279 280 281 282 283 284 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 279 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.
279 280 281 282 283 284 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 279 class AuthorizeVpcEndpointAccessRequest < Struct.new( :domain_name, :account) SENSITIVE = [] include Aws::Structure end |