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.



1569
1570
1571
# File 'sig/types.rbs', line 1569

def config
  @config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def description
  @description
end

#effective_from::String

Returns the value of attribute effective_from.

Returns:

  • (::String)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def effective_from
  @effective_from
end

#effective_till::String

Returns the value of attribute effective_till.

Returns:

  • (::String)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def effective_till
  @effective_till
end

#hours_of_operation_id::String

Returns the value of attribute hours_of_operation_id.

Returns:

  • (::String)


1566
1567
1568
# File 'sig/types.rbs', line 1566

def hours_of_operation_id
  @hours_of_operation_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1565
1566
1567
# File 'sig/types.rbs', line 1565

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1567
1568
1569
# File 'sig/types.rbs', line 1567

def name
  @name
end

#override_type"STANDARD", ...

Returns the value of attribute override_type.

Returns:

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


1573
1574
1575
# File 'sig/types.rbs', line 1573

def override_type
  @override_type
end

#recurrence_configTypes::RecurrenceConfig

Returns the value of attribute recurrence_config.



1572
1573
1574
# File 'sig/types.rbs', line 1572

def recurrence_config
  @recurrence_config
end