Class: Aws::Types::TopicRuleDestinationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TopicRuleDestinationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#http_url_configuration ⇒ Types::HttpUrlDestinationConfiguration
Returns the value of attribute http_url_configuration.
-
#influx_db_configuration ⇒ Types::InfluxDBDestinationConfiguration
Returns the value of attribute influx_db_configuration.
-
#vpc_configuration ⇒ Types::VpcDestinationConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#http_url_configuration ⇒ Types::HttpUrlDestinationConfiguration
Returns the value of attribute http_url_configuration.
4919 4920 4921 |
# File 'sig/types.rbs', line 4919 def http_url_configuration @http_url_configuration end |
#influx_db_configuration ⇒ Types::InfluxDBDestinationConfiguration
Returns the value of attribute influx_db_configuration.
4921 4922 4923 |
# File 'sig/types.rbs', line 4921 def influx_db_configuration @influx_db_configuration end |
#vpc_configuration ⇒ Types::VpcDestinationConfiguration
Returns the value of attribute vpc_configuration.
4920 4921 4922 |
# File 'sig/types.rbs', line 4920 def vpc_configuration @vpc_configuration end |