Class: Aws::Types::HoursOfOperationOverride

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config::Array[Types::HoursOfOperationOverrideConfig]

Returns the value of attribute config.



4375
4376
4377
# File 'sig/types.rbs', line 4375

def config
  @config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4374
4375
4376
# File 'sig/types.rbs', line 4374

def description
  @description
end

#effective_from::String

Returns the value of attribute effective_from.

Returns:

  • (::String)


4376
4377
4378
# File 'sig/types.rbs', line 4376

def effective_from
  @effective_from
end

#effective_till::String

Returns the value of attribute effective_till.

Returns:

  • (::String)


4377
4378
4379
# File 'sig/types.rbs', line 4377

def effective_till
  @effective_till
end

#hours_of_operation_arn::String

Returns the value of attribute hours_of_operation_arn.

Returns:

  • (::String)


4372
4373
4374
# File 'sig/types.rbs', line 4372

def hours_of_operation_arn
  @hours_of_operation_arn
end

#hours_of_operation_id::String

Returns the value of attribute hours_of_operation_id.

Returns:

  • (::String)


4371
4372
4373
# File 'sig/types.rbs', line 4371

def hours_of_operation_id
  @hours_of_operation_id
end

#hours_of_operation_override_id::String

Returns the value of attribute hours_of_operation_override_id.

Returns:

  • (::String)


4370
4371
4372
# File 'sig/types.rbs', line 4370

def hours_of_operation_override_id
  @hours_of_operation_override_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4373
4374
4375
# File 'sig/types.rbs', line 4373

def name
  @name
end

#override_type"STANDARD", ...

Returns the value of attribute override_type.

Returns:

  • ("STANDARD", "OPEN", "CLOSED")


4379
4380
4381
# File 'sig/types.rbs', line 4379

def override_type
  @override_type
end

#recurrence_configTypes::RecurrenceConfig

Returns the value of attribute recurrence_config.



4378
4379
4380
# File 'sig/types.rbs', line 4378

def recurrence_config
  @recurrence_config
end