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


2753
2754
2755
# File 'sig/types.rbs', line 2753

def status
  @status
end

#timeTypes::ReplicationTimeValue

Returns the value of attribute time.



2754
2755
2756
# File 'sig/types.rbs', line 2754

def time
  @time
end