Class: Aws::Types::DisassociateHoursOfOperationsRequest

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_id::String

Returns the value of attribute hours_of_operation_id.

Returns:

  • (::String)


3068
3069
3070
# File 'sig/types.rbs', line 3068

def hours_of_operation_id
  @hours_of_operation_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3067
3068
3069
# File 'sig/types.rbs', line 3067

def instance_id
  @instance_id
end

#parent_hours_of_operation_ids::Array[::String]

Returns the value of attribute parent_hours_of_operation_ids.

Returns:

  • (::Array[::String])


3069
3070
3071
# File 'sig/types.rbs', line 3069

def parent_hours_of_operation_ids
  @parent_hours_of_operation_ids
end