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.
5403 5404 5405 |
# File 'sig/types.rbs', line 5403 def dataset_arn @dataset_arn end |
#refresh_schedule ⇒ Types::TopicRefreshSchedule
Returns the value of attribute refresh_schedule.
5404 5405 5406 |
# File 'sig/types.rbs', line 5404 def refresh_schedule @refresh_schedule end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5406 5407 5408 |
# File 'sig/types.rbs', line 5406 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5405 5406 5407 |
# File 'sig/types.rbs', line 5405 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
5402 5403 5404 |
# File 'sig/types.rbs', line 5402 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5401 5402 5403 |
# File 'sig/types.rbs', line 5401 def topic_id @topic_id end |