Class: Aws::Types::AmazonOpenSearchServerlessDestinationDescription
- Inherits:
-
Object
- Object
- Aws::Types::AmazonOpenSearchServerlessDestinationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buffering_hints ⇒ Types::AmazonOpenSearchServerlessBufferingHints
Returns the value of attribute buffering_hints.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#collection_endpoint ⇒ ::String
Returns the value of attribute collection_endpoint.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#retry_options ⇒ Types::AmazonOpenSearchServerlessRetryOptions
Returns the value of attribute retry_options.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_backup_mode ⇒ "FailedDocumentsOnly", "AllDocuments"
Returns the value of attribute s3_backup_mode.
-
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
-
#vpc_configuration_description ⇒ Types::VpcConfigurationDescription
Returns the value of attribute vpc_configuration_description.
Instance Attribute Details
#buffering_hints ⇒ Types::AmazonOpenSearchServerlessBufferingHints
Returns the value of attribute buffering_hints.
35 36 37 |
# File 'sig/types.rbs', line 35 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
40 41 42 |
# File 'sig/types.rbs', line 40 def @cloud_watch_logging_options end |
#collection_endpoint ⇒ ::String
Returns the value of attribute collection_endpoint.
33 34 35 |
# File 'sig/types.rbs', line 33 def collection_endpoint @collection_endpoint end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
34 35 36 |
# File 'sig/types.rbs', line 34 def index_name @index_name end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
39 40 41 |
# File 'sig/types.rbs', line 39 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::AmazonOpenSearchServerlessRetryOptions
Returns the value of attribute retry_options.
36 37 38 |
# File 'sig/types.rbs', line 36 def @retry_options end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
32 33 34 |
# File 'sig/types.rbs', line 32 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDocumentsOnly", "AllDocuments"
Returns the value of attribute s3_backup_mode.
37 38 39 |
# File 'sig/types.rbs', line 37 def s3_backup_mode @s3_backup_mode end |
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
38 39 40 |
# File 'sig/types.rbs', line 38 def s3_destination_description @s3_destination_description end |
#vpc_configuration_description ⇒ Types::VpcConfigurationDescription
Returns the value of attribute vpc_configuration_description.
41 42 43 |
# File 'sig/types.rbs', line 41 def vpc_configuration_description @vpc_configuration_description end |