Class: Aws::ConnectCampaignsV2::Types::RestrictedPeriod
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::RestrictedPeriod
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Restricted period
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_date ⇒ String
Date in ISO 8601 format, e.g.
-
#name ⇒ String
The name of a restricted period.
-
#start_date ⇒ String
Date in ISO 8601 format, e.g.
Instance Attribute Details
#end_date ⇒ String
Date in ISO 8601 format, e.g. 2024-01-01
1599 1600 1601 1602 1603 1604 1605 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1599 class RestrictedPeriod < Struct.new( :name, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a restricted period.
1599 1600 1601 1602 1603 1604 1605 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1599 class RestrictedPeriod < Struct.new( :name, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ String
Date in ISO 8601 format, e.g. 2024-01-01
1599 1600 1601 1602 1603 1604 1605 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1599 class RestrictedPeriod < Struct.new( :name, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |