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.
8227 8228 8229 |
# File 'sig/types.rbs', line 8227 def refresh_schedules @refresh_schedules end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
8229 8230 8231 |
# File 'sig/types.rbs', line 8229 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
8228 8229 8230 |
# File 'sig/types.rbs', line 8228 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
8226 8227 8228 |
# File 'sig/types.rbs', line 8226 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
8225 8226 8227 |
# File 'sig/types.rbs', line 8225 def topic_id @topic_id end |