Class: Aws::Types::CreateHoursOfOperationOverrideRequest

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.



1557
1558
1559
# File 'sig/types.rbs', line 1557

def config
  @config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def description
  @description
end

#effective_from::String

Returns the value of attribute effective_from.

Returns:

  • (::String)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def effective_from
  @effective_from
end

#effective_till::String

Returns the value of attribute effective_till.

Returns:

  • (::String)


1559
1560
1561
# File 'sig/types.rbs', line 1559

def effective_till
  @effective_till
end

#hours_of_operation_id::String

Returns the value of attribute hours_of_operation_id.

Returns:

  • (::String)


1554
1555
1556
# File 'sig/types.rbs', line 1554

def hours_of_operation_id
  @hours_of_operation_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1553
1554
1555
# File 'sig/types.rbs', line 1553

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def name
  @name
end

#override_type"STANDARD", ...

Returns the value of attribute override_type.

Returns:

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


1561
1562
1563
# File 'sig/types.rbs', line 1561

def override_type
  @override_type
end

#recurrence_configTypes::RecurrenceConfig

Returns the value of attribute recurrence_config.



1560
1561
1562
# File 'sig/types.rbs', line 1560

def recurrence_config
  @recurrence_config
end