Class: Aws::BedrockAgent::Types::MonthlySchedule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#day_of_monthTypes::DayOfMonth

The day of the month on which the monthly sync runs.

Returns:



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