Class: Aws::BedrockAgent::Types::WeeklySchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::WeeklySchedule
- 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
-
#day_of_week ⇒ String
The day of the week on which the weekly sync runs.
Instance Attribute Details
#day_of_week ⇒ String
The day of the week on which the weekly sync runs.
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 |