Class: Aws::Types::DescribeTopicRefreshScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicRefreshScheduleRequest
- 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.
-
#dataset_id ⇒ ::String
Returns the value of attribute dataset_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.
5161 5162 5163 |
# File 'sig/types.rbs', line 5161 def aws_account_id @aws_account_id end |
#dataset_id ⇒ ::String
Returns the value of attribute dataset_id.
5163 5164 5165 |
# File 'sig/types.rbs', line 5163 def dataset_id @dataset_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5162 5163 5164 |
# File 'sig/types.rbs', line 5162 def topic_id @topic_id end |