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.
3383 3384 3385 |
# File 'sig/types.rbs', line 3383 def failure_configuration @failure_configuration end |
#refresh_configuration ⇒ Types::RefreshConfiguration
Returns the value of attribute refresh_configuration.
3382 3383 3384 |
# File 'sig/types.rbs', line 3382 def refresh_configuration @refresh_configuration end |