Class: Aws::Types::HoursOfOperation

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:



4407
4408
4409
# File 'sig/types.rbs', line 4407

def config
  @config
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4405
4406
4407
# File 'sig/types.rbs', line 4405

def description
  @description
end

#hours_of_operation_arn::String

Returns the value of attribute hours_of_operation_arn.

Returns:

  • (::String)


4403
4404
4405
# File 'sig/types.rbs', line 4403

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)


4402
4403
4404
# File 'sig/types.rbs', line 4402

def hours_of_operation_id
  @hours_of_operation_id
end

#last_modified_region::String

Returns the value of attribute last_modified_region.

Returns:

  • (::String)


4411
4412
4413
# File 'sig/types.rbs', line 4411

def last_modified_region
  @last_modified_region
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4410
4411
4412
# File 'sig/types.rbs', line 4410

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4404
4405
4406
# File 'sig/types.rbs', line 4404

def name
  @name
end

#parent_hours_of_operations::Array[Types::HoursOfOperationsIdentifier]

Returns the value of attribute parent_hours_of_operations.



4408
4409
4410
# File 'sig/types.rbs', line 4408

def parent_hours_of_operations
  @parent_hours_of_operations
end

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

Returns the value of attribute tags.

Returns:

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


4409
4410
4411
# File 'sig/types.rbs', line 4409

def tags
  @tags
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


4406
4407
4408
# File 'sig/types.rbs', line 4406

def time_zone
  @time_zone
end