Class: Aws::Types::UpdateTopicRefreshScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTopicRefreshScheduleResponse
- 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.
13197 13198 13199 |
# File 'sig/types.rbs', line 13197 def dataset_arn @dataset_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
13199 13200 13201 |
# File 'sig/types.rbs', line 13199 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
13198 13199 13200 |
# File 'sig/types.rbs', line 13198 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
13196 13197 13198 |
# File 'sig/types.rbs', line 13196 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
13195 13196 13197 |
# File 'sig/types.rbs', line 13195 def topic_id @topic_id end |