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.
2582 2583 2584 |
# File 'sig/types.rbs', line 2582 def aws_account_id @aws_account_id end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def dataset_name @dataset_name end |
#refresh_schedule ⇒ Types::TopicRefreshSchedule
Returns the value of attribute refresh_schedule.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def refresh_schedule @refresh_schedule end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def topic_id @topic_id end |