Class: Aws::Types::CreateTopicRefreshScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTopicRefreshScheduleRequest
- 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_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#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.
2713 2714 2715 |
# File 'sig/types.rbs', line 2713 def aws_account_id @aws_account_id end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
2715 2716 2717 |
# File 'sig/types.rbs', line 2715 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
2716 2717 2718 |
# File 'sig/types.rbs', line 2716 def dataset_name @dataset_name end |
#refresh_schedule ⇒ Types::TopicRefreshSchedule
Returns the value of attribute refresh_schedule.
2717 2718 2719 |
# File 'sig/types.rbs', line 2717 def refresh_schedule @refresh_schedule end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
2714 2715 2716 |
# File 'sig/types.rbs', line 2714 def topic_id @topic_id end |