Class: Aws::Types::ListTopicRefreshSchedulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTopicRefreshSchedulesRequest
- 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.
-
#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.
7880 7881 7882 |
# File 'sig/types.rbs', line 7880 def aws_account_id @aws_account_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
7881 7882 7883 |
# File 'sig/types.rbs', line 7881 def topic_id @topic_id end |