Class: Aws::Types::CreateTopicRefreshScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateTopicRefreshScheduleResponse
- 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.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def dataset_arn @dataset_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2595 2596 2597 |
# File 'sig/types.rbs', line 2595 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def topic_id @topic_id end |