Class: Aws::Types::DataSetRefreshProperties
- Inherits:
-
Object
- Object
- Aws::Types::DataSetRefreshProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_configuration ⇒ Types::RefreshFailureConfiguration
Returns the value of attribute failure_configuration.
-
#refresh_configuration ⇒ Types::RefreshConfiguration
Returns the value of attribute refresh_configuration.
Instance Attribute Details
#failure_configuration ⇒ Types::RefreshFailureConfiguration
Returns the value of attribute failure_configuration.
3252 3253 3254 |
# File 'sig/types.rbs', line 3252 def failure_configuration @failure_configuration end |
#refresh_configuration ⇒ Types::RefreshConfiguration
Returns the value of attribute refresh_configuration.
3251 3252 3253 |
# File 'sig/types.rbs', line 3251 def refresh_configuration @refresh_configuration end |