Class: Aws::Types::GetEffectiveHoursOfOperationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from_date::String

Returns the value of attribute from_date.

Returns:

  • (::String)


4203
4204
4205
# File 'sig/types.rbs', line 4203

def from_date
  @from_date
end

#hours_of_operation_id::String

Returns the value of attribute hours_of_operation_id.

Returns:

  • (::String)


4202
4203
4204
# File 'sig/types.rbs', line 4202

def hours_of_operation_id
  @hours_of_operation_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4201
4202
4203
# File 'sig/types.rbs', line 4201

def instance_id
  @instance_id
end

#to_date::String

Returns the value of attribute to_date.

Returns:

  • (::String)


4204
4205
4206
# File 'sig/types.rbs', line 4204

def to_date
  @to_date
end