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
1689 1690 1691 1692 1693 1694 1695 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1689 class RestrictedPeriod < Struct.new( :name, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a restricted period.
1689 1690 1691 1692 1693 1694 1695 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1689 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
1689 1690 1691 1692 1693 1694 1695 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1689 class RestrictedPeriod < Struct.new( :name, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |