Class: Aws::Types::AmazonOpenSearchServerlessDestinationUpdate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#buffering_hintsTypes::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_optionsTypes::CloudWatchLoggingOptions

Returns the value of attribute cloud_watch_logging_options.



53
54
55
# File 'sig/types.rbs', line 53

def cloud_watch_logging_options
  @cloud_watch_logging_options
end

#collection_endpoint::String

Returns the value of attribute collection_endpoint.

Returns:

  • (::String)


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.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def index_name
  @index_name
end

#processing_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



52
53
54
# File 'sig/types.rbs', line 52

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::AmazonOpenSearchServerlessRetryOptions

Returns the value of attribute retry_options.



50
51
52
# File 'sig/types.rbs', line 50

def retry_options
  @retry_options
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def role_arn
  @role_arn
end

#s3_updateTypes::S3DestinationUpdate

Returns the value of attribute s3_update.



51
52
53
# File 'sig/types.rbs', line 51

def s3_update
  @s3_update
end