Class: Aws::Types::AmazonOpenSearchServerlessDestinationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::AmazonOpenSearchServerlessDestinationUpdate
- 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_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
Instance Attribute Details
#buffering_hints ⇒ Types::AmazonOpenSearchServerlessBufferingHints
Returns the value of attribute buffering_hints.
49 50 51 |
# File 'sig/types.rbs', line 49 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
53 54 55 |
# File 'sig/types.rbs', line 53 def @cloud_watch_logging_options end |
#collection_endpoint ⇒ ::String
Returns the value of attribute collection_endpoint.
47 48 49 |
# File 'sig/types.rbs', line 47 def collection_endpoint @collection_endpoint end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
48 49 50 |
# File 'sig/types.rbs', line 48 def index_name @index_name end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
52 53 54 |
# File 'sig/types.rbs', line 52 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::AmazonOpenSearchServerlessRetryOptions
Returns the value of attribute retry_options.
50 51 52 |
# File 'sig/types.rbs', line 50 def @retry_options end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
46 47 48 |
# File 'sig/types.rbs', line 46 def role_arn @role_arn end |
#s3_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
51 52 53 |
# File 'sig/types.rbs', line 51 def s3_update @s3_update end |