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.
5154 5155 5156 |
# File 'sig/types.rbs', line 5154 def refresh_details @refresh_details end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5155 5156 5157 |
# File 'sig/types.rbs', line 5155 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5156 5157 5158 |
# File 'sig/types.rbs', line 5156 def status @status end |