Class: Aws::Pinpoint::Types::ClosedDaysRule

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Specifies the rule settings for when messages can’t be sent.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_date_timeString

End DateTime ISO 8601 format

Returns:

  • (String)


14144
14145
14146
14147
14148
14149
14150
# File 'lib/aws-sdk-pinpoint/types.rb', line 14144

class ClosedDaysRule < Struct.new(
  :name,
  :start_date_time,
  :end_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the closed day rule.

Returns:

  • (String)


14144
14145
14146
14147
14148
14149
14150
# File 'lib/aws-sdk-pinpoint/types.rb', line 14144

class ClosedDaysRule < Struct.new(
  :name,
  :start_date_time,
  :end_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_date_timeString

Start DateTime ISO 8601 format

Returns:

  • (String)


14144
14145
14146
14147
14148
14149
14150
# File 'lib/aws-sdk-pinpoint/types.rb', line 14144

class ClosedDaysRule < Struct.new(
  :name,
  :start_date_time,
  :end_date_time)
  SENSITIVE = []
  include Aws::Structure
end