Class: Aws::Types::DeleteTopicRefreshScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTopicRefreshScheduleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
4148 4149 4150 |
# File 'sig/types.rbs', line 4148 def dataset_arn @dataset_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4150 4151 4152 |
# File 'sig/types.rbs', line 4150 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4149 4150 4151 |
# File 'sig/types.rbs', line 4149 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
4147 4148 4149 |
# File 'sig/types.rbs', line 4147 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
4146 4147 4148 |
# File 'sig/types.rbs', line 4146 def topic_id @topic_id end |