Class: Aws::Types::CreateHoursOfOperationRequest

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::HoursOfOperationConfig]

Returns the value of attribute config.

Returns:



1540
1541
1542
# File 'sig/types.rbs', line 1540

def config
  @config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def name
  @name
end

#parent_hours_of_operation_configs::Array[Types::ParentHoursOfOperationConfig]

Returns the value of attribute parent_hours_of_operation_configs.



1541
1542
1543
# File 'sig/types.rbs', line 1541

def parent_hours_of_operation_configs
  @parent_hours_of_operation_configs
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1542
1543
1544
# File 'sig/types.rbs', line 1542

def tags
  @tags
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


1539
1540
1541
# File 'sig/types.rbs', line 1539

def time_zone
  @time_zone
end