Class: Aws::Types::AmazonopensearchserviceDestinationUpdate

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute cloud_watch_logging_options.



115
116
117
# File 'sig/types.rbs', line 115

def cloud_watch_logging_options
  @cloud_watch_logging_options
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_optionsTypes::DocumentIdOptions

Returns the value of attribute document_id_options.



116
117
118
# File 'sig/types.rbs', line 116

def document_id_options
  @document_id_options
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_configurationTypes::ProcessingConfiguration

Returns the value of attribute processing_configuration.



114
115
116
# File 'sig/types.rbs', line 114

def processing_configuration
  @processing_configuration
end

#retry_optionsTypes::AmazonopensearchserviceRetryOptions

Returns the value of attribute retry_options.



112
113
114
# File 'sig/types.rbs', line 112

def retry_options
  @retry_options
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_updateTypes::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