Class: Aws::CloudSearch::Types::ServiceEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudSearch::Types::ServiceEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudsearch/types.rb
Overview
The endpoint to which service requests can be submitted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The endpoint to which service requests can be submitted.
Instance Attribute Details
#endpoint ⇒ String
The endpoint to which service requests can be submitted. For example, ‘search-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com` or `doc-imdb-movies-oopcnjfn6ugofer3zx5iadxxca.eu-west-1.cloudsearch.amazonaws.com`.
1818 1819 1820 1821 1822 |
# File 'lib/aws-sdk-cloudsearch/types.rb', line 1818 class ServiceEndpoint < Struct.new( :endpoint) SENSITIVE = [] include Aws::Structure end |