Class: Aws::Types::AmazonopensearchserviceDestinationDescription
- Inherits:
-
Object
- Object
- Aws::Types::AmazonopensearchserviceDestinationDescription
- 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_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.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
-
#vpc_configuration_description ⇒ Types::VpcConfigurationDescription
Returns the value of attribute vpc_configuration_description.
Instance Attribute Details
#buffering_hints ⇒ Types::AmazonopensearchserviceBufferingHints
Returns the value of attribute buffering_hints.
93 94 95 |
# File 'sig/types.rbs', line 93 def buffering_hints @buffering_hints end |
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
Returns the value of attribute cloud_watch_logging_options.
98 99 100 |
# File 'sig/types.rbs', line 98 def end |
#cluster_endpoint ⇒ ::String
Returns the value of attribute cluster_endpoint.
89 90 91 |
# File 'sig/types.rbs', line 89 def cluster_endpoint @cluster_endpoint end |
#document_id_options ⇒ Types::DocumentIdOptions
Returns the value of attribute document_id_options.
100 101 102 |
# File 'sig/types.rbs', line 100 def end |
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
88 89 90 |
# File 'sig/types.rbs', line 88 def domain_arn @domain_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
90 91 92 |
# File 'sig/types.rbs', line 90 def index_name @index_name end |
#index_rotation_period ⇒ "NoRotation", ...
Returns the value of attribute index_rotation_period.
92 93 94 |
# File 'sig/types.rbs', line 92 def index_rotation_period @index_rotation_period end |
#processing_configuration ⇒ Types::ProcessingConfiguration
Returns the value of attribute processing_configuration.
97 98 99 |
# File 'sig/types.rbs', line 97 def processing_configuration @processing_configuration end |
#retry_options ⇒ Types::AmazonopensearchserviceRetryOptions
Returns the value of attribute retry_options.
94 95 96 |
# File 'sig/types.rbs', line 94 def end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
87 88 89 |
# File 'sig/types.rbs', line 87 def role_arn @role_arn end |
#s3_backup_mode ⇒ "FailedDocumentsOnly", "AllDocuments"
Returns the value of attribute s3_backup_mode.
95 96 97 |
# File 'sig/types.rbs', line 95 def s3_backup_mode @s3_backup_mode end |
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
96 97 98 |
# File 'sig/types.rbs', line 96 def s3_destination_description @s3_destination_description end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
91 92 93 |
# File 'sig/types.rbs', line 91 def type_name @type_name end |
#vpc_configuration_description ⇒ Types::VpcConfigurationDescription
Returns the value of attribute vpc_configuration_description.
99 100 101 |
# File 'sig/types.rbs', line 99 def vpc_configuration_description @vpc_configuration_description end |