Class: Aws::Types::DescribeTopicRefreshResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTopicRefreshResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#refresh_details ⇒ Types::TopicRefreshDetails
Returns the value of attribute refresh_details.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#refresh_details ⇒ Types::TopicRefreshDetails
Returns the value of attribute refresh_details.
5387 5388 5389 |
# File 'sig/types.rbs', line 5387 def refresh_details @refresh_details end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5388 5389 5390 |
# File 'sig/types.rbs', line 5388 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5389 5390 5391 |
# File 'sig/types.rbs', line 5389 def status @status end |