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.
13187 13188 13189 |
# File 'sig/types.rbs', line 13187 def aws_account_id @aws_account_id end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
13189 13190 13191 |
# File 'sig/types.rbs', line 13189 def dataset_id @dataset_id end |
#refresh_schedule ⇒ Types::TopicRefreshSchedule
Returns the value of attribute refresh_schedule.
13190 13191 13192 |
# File 'sig/types.rbs', line 13190 def refresh_schedule @refresh_schedule end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
13188 13189 13190 |
# File 'sig/types.rbs', line 13188 def topic_id @topic_id end |