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.



4514
4515
4516
# File 'sig/types.rbs', line 4514

def config
  @config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4513
4514
4515
# File 'sig/types.rbs', line 4513

def description
  @description
end

#effective_from::String

Returns the value of attribute effective_from.

Returns:

  • (::String)


4515
4516
4517
# File 'sig/types.rbs', line 4515

def effective_from
  @effective_from
end

#effective_till::String

Returns the value of attribute effective_till.

Returns:

  • (::String)


4516
4517
4518
# File 'sig/types.rbs', line 4516

def effective_till
  @effective_till
end

#hours_of_operation_arn::String

Returns the value of attribute hours_of_operation_arn.

Returns:

  • (::String)


4511
4512
4513
# File 'sig/types.rbs', line 4511

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)


4510
4511
4512
# File 'sig/types.rbs', line 4510

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)


4509
4510
4511
# File 'sig/types.rbs', line 4509

def hours_of_operation_override_id
  @hours_of_operation_override_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4512
4513
4514
# File 'sig/types.rbs', line 4512

def name
  @name
end

#override_type"STANDARD", ...

Returns the value of attribute override_type.

Returns:

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


4518
4519
4520
# File 'sig/types.rbs', line 4518

def override_type
  @override_type
end

#recurrence_configTypes::RecurrenceConfig

Returns the value of attribute recurrence_config.



4517
4518
4519
# File 'sig/types.rbs', line 4517

def recurrence_config
  @recurrence_config
end