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.
5380 5381 5382 |
# File 'sig/types.rbs', line 5380 def aws_account_id @aws_account_id end |
#refresh_id ⇒ ::String
Returns the value of attribute refresh_id.
5382 5383 5384 |
# File 'sig/types.rbs', line 5382 def refresh_id @refresh_id end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
5381 5382 5383 |
# File 'sig/types.rbs', line 5381 def topic_id @topic_id end |