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.
11502 11503 11504 |
# File 'sig/types.rbs', line 11502 def dataset_arn @dataset_arn end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
11501 11502 11503 |
# File 'sig/types.rbs', line 11501 def dataset_id @dataset_id end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
11503 11504 11505 |
# File 'sig/types.rbs', line 11503 def dataset_name @dataset_name end |
#refresh_schedule ⇒ Types::TopicRefreshSchedule
Returns the value of attribute refresh_schedule.
11504 11505 11506 |
# File 'sig/types.rbs', line 11504 def refresh_schedule @refresh_schedule end |