Class: Aws::Types::ListTopicRefreshSchedulesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTopicRefreshSchedulesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#refresh_schedules ⇒ ::Array[Types::TopicRefreshScheduleSummary]
Returns the value of attribute refresh_schedules.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#refresh_schedules ⇒ ::Array[Types::TopicRefreshScheduleSummary]
Returns the value of attribute refresh_schedules.
7888 7889 7890 |
# File 'sig/types.rbs', line 7888 def refresh_schedules @refresh_schedules end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7890 7891 7892 |
# File 'sig/types.rbs', line 7890 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7889 7890 7891 |
# File 'sig/types.rbs', line 7889 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
7887 7888 7889 |
# File 'sig/types.rbs', line 7887 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
7886 7887 7888 |
# File 'sig/types.rbs', line 7886 def topic_id @topic_id end |