Class: Aws::Types::ReplicationTime

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#status"Enabled", "Disabled"

Returns the value of attribute status.

Returns:

  • ("Enabled", "Disabled")


2729
2730
2731
# File 'sig/types.rbs', line 2729

def status
  @status
end

#timeTypes::ReplicationTimeValue

Returns the value of attribute time.



2730
2731
2732
# File 'sig/types.rbs', line 2730

def time
  @time
end