Class: Aws::Types::DeleteTopicRefreshScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTopicRefreshScheduleRequest
- 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.
-
#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.
4313 4314 4315 |
# File 'sig/types.rbs', line 4313 def aws_account_id @aws_account_id end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
4315 4316 4317 |
# File 'sig/types.rbs', line 4315 def dataset_id @dataset_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
4314 4315 4316 |
# File 'sig/types.rbs', line 4314 def topic_id @topic_id end |