Class: Aws::Types::ListHoursOfOperationOverridesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hours_of_operation_override_list::Array[Types::HoursOfOperationOverride]

Returns the value of attribute hours_of_operation_override_list.

Returns:



5020
5021
5022
# File 'sig/types.rbs', line 5020

def hours_of_operation_override_list
  @hours_of_operation_override_list
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


5021
5022
5023
# File 'sig/types.rbs', line 5021

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


5022
5023
5024
# File 'sig/types.rbs', line 5022

def last_modified_time
  @last_modified_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5019
5020
5021
# File 'sig/types.rbs', line 5019

def next_token
  @next_token
end