Class: Aws::Types::CloneToRefreshableConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_refresh_frequency_in_seconds::Integer

Returns the value of attribute auto_refresh_frequency_in_seconds.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("FULL", "METADATA", "PARTIAL")


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.

Returns:

  • ("READ_ONLY", "READ_WRITE")


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.

Returns:

  • ("AUTOMATIC", "MANUAL")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


422
423
424
# File 'sig/types.rbs', line 422

def time_of_auto_refresh_start
  @time_of_auto_refresh_start
end