Class: Aws::Types::TopicRefreshDetails
- Inherits:
-
Object
- Object
- Aws::Types::TopicRefreshDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#refresh_arn ⇒ ::String
Returns the value of attribute refresh_arn.
-
#refresh_id ⇒ ::String
Returns the value of attribute refresh_id.
-
#refresh_status ⇒ "INITIALIZED", ...
Returns the value of attribute refresh_status.
Instance Attribute Details
#refresh_arn ⇒ ::String
Returns the value of attribute refresh_arn.
11484 11485 11486 |
# File 'sig/types.rbs', line 11484 def refresh_arn @refresh_arn end |
#refresh_id ⇒ ::String
Returns the value of attribute refresh_id.
11485 11486 11487 |
# File 'sig/types.rbs', line 11485 def refresh_id @refresh_id end |
#refresh_status ⇒ "INITIALIZED", ...
Returns the value of attribute refresh_status.
11486 11487 11488 |
# File 'sig/types.rbs', line 11486 def refresh_status @refresh_status end |