Class: Aws::Types::DescribeTopicRefreshScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicRefreshScheduleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#refresh_schedule ⇒ Types::TopicRefreshSchedule
Returns the value of attribute refresh_schedule.
-
#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
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
5170 5171 5172 |
# File 'sig/types.rbs', line 5170 def dataset_arn @dataset_arn end |
#refresh_schedule ⇒ Types::TopicRefreshSchedule
Returns the value of attribute refresh_schedule.
5171 5172 5173 |
# File 'sig/types.rbs', line 5171 def refresh_schedule @refresh_schedule end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5173 5174 5175 |
# File 'sig/types.rbs', line 5173 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5172 5173 5174 |
# File 'sig/types.rbs', line 5172 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
5169 5170 5171 |
# File 'sig/types.rbs', line 5169 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5168 5169 5170 |
# File 'sig/types.rbs', line 5168 def topic_id @topic_id end |