Class: Aws::Types::TopicRuleDestinationSummary
- Inherits:
-
Object
- Object
- Aws::Types::TopicRuleDestinationSummary
- 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_summary ⇒ Types::HttpUrlDestinationSummary
Returns the value of attribute http_url_summary.
-
#influx_db_summary ⇒ Types::InfluxDBDestinationSummary
Returns the value of attribute influx_db_summary.
-
#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_destination_summary ⇒ Types::VpcDestinationSummary
Returns the value of attribute vpc_destination_summary.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
4926 4927 4928 |
# File 'sig/types.rbs', line 4926 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4928 4929 4930 |
# File 'sig/types.rbs', line 4928 def created_at @created_at end |
#http_url_summary ⇒ Types::HttpUrlDestinationSummary
Returns the value of attribute http_url_summary.
4931 4932 4933 |
# File 'sig/types.rbs', line 4931 def http_url_summary @http_url_summary end |
#influx_db_summary ⇒ Types::InfluxDBDestinationSummary
Returns the value of attribute influx_db_summary.
4933 4934 4935 |
# File 'sig/types.rbs', line 4933 def influx_db_summary @influx_db_summary end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
4929 4930 4931 |
# File 'sig/types.rbs', line 4929 def last_updated_at @last_updated_at end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
4927 4928 4929 |
# File 'sig/types.rbs', line 4927 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
4930 4931 4932 |
# File 'sig/types.rbs', line 4930 def status_reason @status_reason end |
#vpc_destination_summary ⇒ Types::VpcDestinationSummary
Returns the value of attribute vpc_destination_summary.
4932 4933 4934 |
# File 'sig/types.rbs', line 4932 def vpc_destination_summary @vpc_destination_summary end |