Class: Aws::Types::TopicRuleDestination
- Inherits:
-
Object
- Object
- Aws::Types::TopicRuleDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#http_url_properties ⇒ Types::HttpUrlDestinationProperties
Returns the value of attribute http_url_properties.
-
#influx_db_properties ⇒ Types::InfluxDBDestinationProperties
Returns the value of attribute influx_db_properties.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#vpc_properties ⇒ Types::VpcDestinationProperties
Returns the value of attribute vpc_properties.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4907 4908 4909 |
# File 'sig/types.rbs', line 4907 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4909 4910 4911 |
# File 'sig/types.rbs', line 4909 def created_at @created_at end |
#http_url_properties ⇒ Types::HttpUrlDestinationProperties
Returns the value of attribute http_url_properties.
4912 4913 4914 |
# File 'sig/types.rbs', line 4912 def http_url_properties @http_url_properties end |
#influx_db_properties ⇒ Types::InfluxDBDestinationProperties
Returns the value of attribute influx_db_properties.
4914 4915 4916 |
# File 'sig/types.rbs', line 4914 def influx_db_properties @influx_db_properties end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
4910 4911 4912 |
# File 'sig/types.rbs', line 4910 def last_updated_at @last_updated_at end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
4908 4909 4910 |
# File 'sig/types.rbs', line 4908 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
4911 4912 4913 |
# File 'sig/types.rbs', line 4911 def status_reason @status_reason end |
#vpc_properties ⇒ Types::VpcDestinationProperties
Returns the value of attribute vpc_properties.
4913 4914 4915 |
# File 'sig/types.rbs', line 4913 def vpc_properties @vpc_properties end |