Class: Aws::Types::TopicRefreshScheduleSummary
- Inherits:
-
Object
- Object
- Aws::Types::TopicRefreshScheduleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#refresh_schedule ⇒ Types::TopicRefreshSchedule
Returns the value of attribute refresh_schedule.
Instance Attribute Details
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
11892 11893 11894 |
# File 'sig/types.rbs', line 11892 def dataset_arn @dataset_arn end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
11891 11892 11893 |
# File 'sig/types.rbs', line 11891 def dataset_id @dataset_id end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
11893 11894 11895 |
# File 'sig/types.rbs', line 11893 def dataset_name @dataset_name end |
#refresh_schedule ⇒ Types::TopicRefreshSchedule
Returns the value of attribute refresh_schedule.
11894 11895 11896 |
# File 'sig/types.rbs', line 11894 def refresh_schedule @refresh_schedule end |