Class: Aws::BedrockAgent::Types::WeeklySchedule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

A weekly sync on a specified day of the week.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_weekString

The day of the week on which the weekly sync runs.

Returns:

  • (String)


12324
12325
12326
12327
12328
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 12324

class WeeklySchedule < Struct.new(
  :day_of_week)
  SENSITIVE = []
  include Aws::Structure
end