Class: Aws::Types::AutoshiftSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#away_from ⇒ ::String

Returns the value of attribute away_from.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def away_from
  @away_from
end

#end_time ⇒ ::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


25
26
27
# File 'sig/types.rbs', line 25

def end_time
  @end_time
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


26
27
28
# File 'sig/types.rbs', line 26

def start_time
  @start_time
end

#status ⇒ "ACTIVE", "COMPLETED"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "COMPLETED")


27
28
29
# File 'sig/types.rbs', line 27

def status
  @status
end