Class: Aws::Types::ElasticsearchSettings
- Inherits:
-
Object
- Object
- Aws::Types::ElasticsearchSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#endpoint_uri ⇒ ::String
Returns the value of attribute endpoint_uri.
-
#error_retry_duration ⇒ ::Integer
Returns the value of attribute error_retry_duration.
-
#full_load_error_percentage ⇒ ::Integer
Returns the value of attribute full_load_error_percentage.
-
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
-
#use_new_mapping_type ⇒ Boolean
Returns the value of attribute use_new_mapping_type.
Instance Attribute Details
#endpoint_uri ⇒ ::String
Returns the value of attribute endpoint_uri.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def endpoint_uri @endpoint_uri end |
#error_retry_duration ⇒ ::Integer
Returns the value of attribute error_retry_duration.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def error_retry_duration @error_retry_duration end |
#full_load_error_percentage ⇒ ::Integer
Returns the value of attribute full_load_error_percentage.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def full_load_error_percentage @full_load_error_percentage end |
#service_access_role_arn ⇒ ::String
Returns the value of attribute service_access_role_arn.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def service_access_role_arn @service_access_role_arn end |
#use_new_mapping_type ⇒ Boolean
Returns the value of attribute use_new_mapping_type.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def use_new_mapping_type @use_new_mapping_type end |