Class: Aws::Types::DescribeTopicRefreshRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicRefreshRequest
- 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.
-
#refresh_id ⇒ ::String
Returns the value of attribute refresh_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.
5147 5148 5149 |
# File 'sig/types.rbs', line 5147 def aws_account_id @aws_account_id end |
#refresh_id ⇒ ::String
Returns the value of attribute refresh_id.
5149 5150 5151 |
# File 'sig/types.rbs', line 5149 def refresh_id @refresh_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5148 5149 5150 |
# File 'sig/types.rbs', line 5148 def topic_id @topic_id end |