Class: Aws::Types::UpdateTopicRefreshScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicRefreshScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#refresh_schedule ⇒ Types::TopicRefreshSchedule
Returns the value of attribute refresh_schedule.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12731 12732 12733 |
# File 'sig/types.rbs', line 12731 def aws_account_id @aws_account_id end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
12733 12734 12735 |
# File 'sig/types.rbs', line 12733 def dataset_id @dataset_id end |
#refresh_schedule ⇒ Types::TopicRefreshSchedule
Returns the value of attribute refresh_schedule.
12734 12735 12736 |
# File 'sig/types.rbs', line 12734 def refresh_schedule @refresh_schedule end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
12732 12733 12734 |
# File 'sig/types.rbs', line 12732 def topic_id @topic_id end |