Class: Aws::Types::AutoshiftInResource

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#applied_status ⇒ "APPLIED", "NOT_APPLIED"

Returns the value of attribute applied_status.

Returns:

  • ("APPLIED", "NOT_APPLIED")


17
18
19
# File 'sig/types.rbs', line 17

def applied_status
  @applied_status
end

#away_from ⇒ ::String

Returns the value of attribute away_from.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def away_from
  @away_from
end

#start_time ⇒ ::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


19
20
21
# File 'sig/types.rbs', line 19

def start_time
  @start_time
end