Class: Aws::Types::CloneToRefreshableConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CloneToRefreshableConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_refresh_frequency_in_seconds ⇒ ::Integer
Returns the value of attribute auto_refresh_frequency_in_seconds.
-
#auto_refresh_point_lag_in_seconds ⇒ ::Integer
Returns the value of attribute auto_refresh_point_lag_in_seconds.
-
#clone_type ⇒ "FULL", ...
Returns the value of attribute clone_type.
-
#open_mode ⇒ "READ_ONLY", "READ_WRITE"
Returns the value of attribute open_mode.
-
#refreshable_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute refreshable_mode.
-
#source_autonomous_database_id ⇒ ::String
Returns the value of attribute source_autonomous_database_id.
-
#time_of_auto_refresh_start ⇒ ::Time
Returns the value of attribute time_of_auto_refresh_start.
Instance Attribute Details
#auto_refresh_frequency_in_seconds ⇒ ::Integer
Returns the value of attribute auto_refresh_frequency_in_seconds.
420 421 422 |
# File 'sig/types.rbs', line 420 def auto_refresh_frequency_in_seconds @auto_refresh_frequency_in_seconds end |
#auto_refresh_point_lag_in_seconds ⇒ ::Integer
Returns the value of attribute auto_refresh_point_lag_in_seconds.
421 422 423 |
# File 'sig/types.rbs', line 421 def auto_refresh_point_lag_in_seconds @auto_refresh_point_lag_in_seconds end |
#clone_type ⇒ "FULL", ...
Returns the value of attribute clone_type.
424 425 426 |
# File 'sig/types.rbs', line 424 def clone_type @clone_type end |
#open_mode ⇒ "READ_ONLY", "READ_WRITE"
Returns the value of attribute open_mode.
423 424 425 |
# File 'sig/types.rbs', line 423 def open_mode @open_mode end |
#refreshable_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute refreshable_mode.
419 420 421 |
# File 'sig/types.rbs', line 419 def refreshable_mode @refreshable_mode end |
#source_autonomous_database_id ⇒ ::String
Returns the value of attribute source_autonomous_database_id.
418 419 420 |
# File 'sig/types.rbs', line 418 def source_autonomous_database_id @source_autonomous_database_id end |
#time_of_auto_refresh_start ⇒ ::Time
Returns the value of attribute time_of_auto_refresh_start.
422 423 424 |
# File 'sig/types.rbs', line 422 def time_of_auto_refresh_start @time_of_auto_refresh_start end |