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")


1694
1695
1696
# File 'sig/types.rbs', line 1694

def status
  @status
end

#timeTypes::ReplicationTimeValue

Returns the value of attribute time.



1695
1696
1697
# File 'sig/types.rbs', line 1695

def time
  @time
end