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.
12741 12742 12743 |
# File 'sig/types.rbs', line 12741 def dataset_arn @dataset_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
12743 12744 12745 |
# File 'sig/types.rbs', line 12743 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
12742 12743 12744 |
# File 'sig/types.rbs', line 12742 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
12740 12741 12742 |
# File 'sig/types.rbs', line 12740 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
12739 12740 12741 |
# File 'sig/types.rbs', line 12739 def topic_id @topic_id end |