Class: Aws::BedrockAgent::Types::MonthlySchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MonthlySchedule
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
A monthly sync on a specified day of the month.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#day_of_month ⇒ Types::DayOfMonth
The day of the month on which the monthly sync runs.
Instance Attribute Details
#day_of_month ⇒ Types::DayOfMonth
The day of the month on which the monthly sync runs.
8063 8064 8065 8066 8067 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8063 class MonthlySchedule < Struct.new( :day_of_month) SENSITIVE = [] include Aws::Structure end |