Class: Aws::Types::UpdateDestinationInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDestinationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_open_search_serverless_destination_update ⇒ Types::AmazonOpenSearchServerlessDestinationUpdate
Returns the value of attribute amazon_open_search_serverless_destination_update.
-
#amazonopensearchservice_destination_update ⇒ Types::AmazonopensearchserviceDestinationUpdate
Returns the value of attribute amazonopensearchservice_destination_update.
-
#current_delivery_stream_version_id ⇒ ::String
Returns the value of attribute current_delivery_stream_version_id.
-
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
-
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
-
#elasticsearch_destination_update ⇒ Types::ElasticsearchDestinationUpdate
Returns the value of attribute elasticsearch_destination_update.
-
#extended_s3_destination_update ⇒ Types::ExtendedS3DestinationUpdate
Returns the value of attribute extended_s3_destination_update.
-
#http_endpoint_destination_update ⇒ Types::HttpEndpointDestinationUpdate
Returns the value of attribute http_endpoint_destination_update.
-
#iceberg_destination_update ⇒ Types::IcebergDestinationUpdate
Returns the value of attribute iceberg_destination_update.
-
#redshift_destination_update ⇒ Types::RedshiftDestinationUpdate
Returns the value of attribute redshift_destination_update.
-
#s3_destination_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_destination_update.
-
#snowflake_destination_update ⇒ Types::SnowflakeDestinationUpdate
Returns the value of attribute snowflake_destination_update.
-
#splunk_destination_update ⇒ Types::SplunkDestinationUpdate
Returns the value of attribute splunk_destination_update.
Instance Attribute Details
#amazon_open_search_serverless_destination_update ⇒ Types::AmazonOpenSearchServerlessDestinationUpdate
Returns the value of attribute amazon_open_search_serverless_destination_update.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def amazon_open_search_serverless_destination_update @amazon_open_search_serverless_destination_update end |
#amazonopensearchservice_destination_update ⇒ Types::AmazonopensearchserviceDestinationUpdate
Returns the value of attribute amazonopensearchservice_destination_update.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def amazonopensearchservice_destination_update @amazonopensearchservice_destination_update end |
#current_delivery_stream_version_id ⇒ ::String
Returns the value of attribute current_delivery_stream_version_id.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def current_delivery_stream_version_id @current_delivery_stream_version_id end |
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def delivery_stream_name @delivery_stream_name end |
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def destination_id @destination_id end |
#elasticsearch_destination_update ⇒ Types::ElasticsearchDestinationUpdate
Returns the value of attribute elasticsearch_destination_update.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def elasticsearch_destination_update @elasticsearch_destination_update end |
#extended_s3_destination_update ⇒ Types::ExtendedS3DestinationUpdate
Returns the value of attribute extended_s3_destination_update.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def extended_s3_destination_update @extended_s3_destination_update end |
#http_endpoint_destination_update ⇒ Types::HttpEndpointDestinationUpdate
Returns the value of attribute http_endpoint_destination_update.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def http_endpoint_destination_update @http_endpoint_destination_update end |
#iceberg_destination_update ⇒ Types::IcebergDestinationUpdate
Returns the value of attribute iceberg_destination_update.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def iceberg_destination_update @iceberg_destination_update end |
#redshift_destination_update ⇒ Types::RedshiftDestinationUpdate
Returns the value of attribute redshift_destination_update.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def redshift_destination_update @redshift_destination_update end |
#s3_destination_update ⇒ Types::S3DestinationUpdate
Returns the value of attribute s3_destination_update.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def s3_destination_update @s3_destination_update end |
#snowflake_destination_update ⇒ Types::SnowflakeDestinationUpdate
Returns the value of attribute snowflake_destination_update.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def snowflake_destination_update @snowflake_destination_update end |
#splunk_destination_update ⇒ Types::SplunkDestinationUpdate
Returns the value of attribute splunk_destination_update.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def splunk_destination_update @splunk_destination_update end |