Class: Aws::Types::AmazonopensearchserviceDestinationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::AmazonopensearchserviceDestinationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#buffering_hints ⇒ Types::AmazonopensearchserviceBufferingHints
Returns the value of attribute buffering_hints.
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
-
#cluster_endpoint ⇒ ::String
Returns the value of attribute cluster_endpoint.
-
#document_id_options ⇒ Types::DocumentIdOptions
Returns the value of attribute document_id_options.
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#index_rotation_period ⇒ "NoRotation", ...
Returns the value of attribute index_rotation_period.
-
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
-
#retry_options ⇒ Types::AmazonopensearchserviceRetryOptions
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.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#buffering_hints ⇒ Types::AmazonopensearchserviceBufferingHints
Returns the value of attribute buffering_hints.
111 112 113 |
# File 'sig/types.rbs', line 111 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
115 116 117 |
# File 'sig/types.rbs', line 115 def end |
#cluster_endpoint ⇒ ::String
Returns the value of attribute cluster_endpoint.
107 108 109 |
# File 'sig/types.rbs', line 107 def cluster_endpoint @cluster_endpoint end |
#document_id_options ⇒ Types::DocumentIdOptions
Returns the value of attribute document_id_options.
116 117 118 |
# File 'sig/types.rbs', line 116 def end |
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
106 107 108 |
# File 'sig/types.rbs', line 106 def domain_arn @domain_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
108 109 110 |
# File 'sig/types.rbs', line 108 def index_name @index_name end |
#index_rotation_period ⇒ "NoRotation", ...
Returns the value of attribute index_rotation_period.
110 111 112 |
# File 'sig/types.rbs', line 110 def index_rotation_period @index_rotation_period end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
114 115 116 |
# File 'sig/types.rbs', line 114 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::AmazonopensearchserviceRetryOptions
Returns the value of attribute retry_options.
112 113 114 |
# File 'sig/types.rbs', line 112 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
105 106 107 |
# File 'sig/types.rbs', line 105 def role_arn @role_arn end |
#s3_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_update.
113 114 115 |
# File 'sig/types.rbs', line 113 def s3_update @s3_update end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
109 110 111 |
# File 'sig/types.rbs', line 109 def type_name @type_name end |