Class: Aws::Types::ElasticsearchSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_uri::String

Returns the value of attribute endpoint_uri.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def service_access_role_arn
  @service_access_role_arn
end

#use_new_mapping_typeBoolean

Returns the value of attribute use_new_mapping_type.

Returns:

  • (Boolean)


1357
1358
1359
# File 'sig/types.rbs', line 1357

def use_new_mapping_type
  @use_new_mapping_type
end