Class: Aws::Types::DestinationDescription
- Inherits:
-
Object
- Object
- Aws::Types::DestinationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amazon_open_search_serverless_destination_description ⇒ Types::AmazonOpenSearchServerlessDestinationDescription
Returns the value of attribute amazon_open_search_serverless_destination_description.
-
#amazonopensearchservice_destination_description ⇒ Types::AmazonopensearchserviceDestinationDescription
Returns the value of attribute amazonopensearchservice_destination_description.
-
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
-
#elasticsearch_destination_description ⇒ Types::ElasticsearchDestinationDescription
Returns the value of attribute elasticsearch_destination_description.
-
#extended_s3_destination_description ⇒ Types::ExtendedS3DestinationDescription
Returns the value of attribute extended_s3_destination_description.
-
#http_endpoint_destination_description ⇒ Types::HttpEndpointDestinationDescription
Returns the value of attribute http_endpoint_destination_description.
-
#iceberg_destination_description ⇒ Types::IcebergDestinationDescription
Returns the value of attribute iceberg_destination_description.
-
#redshift_destination_description ⇒ Types::RedshiftDestinationDescription
Returns the value of attribute redshift_destination_description.
-
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
-
#snowflake_destination_description ⇒ Types::SnowflakeDestinationDescription
Returns the value of attribute snowflake_destination_description.
-
#splunk_destination_description ⇒ Types::SplunkDestinationDescription
Returns the value of attribute splunk_destination_description.
Instance Attribute Details
#amazon_open_search_serverless_destination_description ⇒ Types::AmazonOpenSearchServerlessDestinationDescription
Returns the value of attribute amazon_open_search_serverless_destination_description.
333 334 335 |
# File 'sig/types.rbs', line 333 def amazon_open_search_serverless_destination_description @amazon_open_search_serverless_destination_description end |
#amazonopensearchservice_destination_description ⇒ Types::AmazonopensearchserviceDestinationDescription
Returns the value of attribute amazonopensearchservice_destination_description.
329 330 331 |
# File 'sig/types.rbs', line 329 def amazonopensearchservice_destination_description @amazonopensearchservice_destination_description end |
#destination_id ⇒ ::String
Returns the value of attribute destination_id.
324 325 326 |
# File 'sig/types.rbs', line 324 def destination_id @destination_id end |
#elasticsearch_destination_description ⇒ Types::ElasticsearchDestinationDescription
Returns the value of attribute elasticsearch_destination_description.
328 329 330 |
# File 'sig/types.rbs', line 328 def elasticsearch_destination_description @elasticsearch_destination_description end |
#extended_s3_destination_description ⇒ Types::ExtendedS3DestinationDescription
Returns the value of attribute extended_s3_destination_description.
326 327 328 |
# File 'sig/types.rbs', line 326 def extended_s3_destination_description @extended_s3_destination_description end |
#http_endpoint_destination_description ⇒ Types::HttpEndpointDestinationDescription
Returns the value of attribute http_endpoint_destination_description.
331 332 333 |
# File 'sig/types.rbs', line 331 def http_endpoint_destination_description @http_endpoint_destination_description end |
#iceberg_destination_description ⇒ Types::IcebergDestinationDescription
Returns the value of attribute iceberg_destination_description.
334 335 336 |
# File 'sig/types.rbs', line 334 def iceberg_destination_description @iceberg_destination_description end |
#redshift_destination_description ⇒ Types::RedshiftDestinationDescription
Returns the value of attribute redshift_destination_description.
327 328 329 |
# File 'sig/types.rbs', line 327 def redshift_destination_description @redshift_destination_description end |
#s3_destination_description ⇒ Types::S3DestinationDescription
Returns the value of attribute s3_destination_description.
325 326 327 |
# File 'sig/types.rbs', line 325 def s3_destination_description @s3_destination_description end |
#snowflake_destination_description ⇒ Types::SnowflakeDestinationDescription
Returns the value of attribute snowflake_destination_description.
332 333 334 |
# File 'sig/types.rbs', line 332 def snowflake_destination_description @snowflake_destination_description end |
#splunk_destination_description ⇒ Types::SplunkDestinationDescription
Returns the value of attribute splunk_destination_description.
330 331 332 |
# File 'sig/types.rbs', line 330 def splunk_destination_description @splunk_destination_description end |