Class: Aws::PartnerCentralChannel::Types::StartServicePeriodHandshakeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::StartServicePeriodHandshakeDetail
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Details specific to start service period handshakes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_date ⇒ Time
The end date of the service period.
-
#minimum_notice_days ⇒ String
The minimum number of days notice required for changes.
-
#note ⇒ String
A note providing additional information about the service period.
-
#service_period_type ⇒ String
The type of service period being started.
-
#start_date ⇒ Time
The start date of the service period.
Instance Attribute Details
#end_date ⇒ Time
The end date of the service period.
1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1519 class StartServicePeriodHandshakeDetail < Struct.new( :note, :service_period_type, :minimum_notice_days, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |
#minimum_notice_days ⇒ String
The minimum number of days notice required for changes.
1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1519 class StartServicePeriodHandshakeDetail < Struct.new( :note, :service_period_type, :minimum_notice_days, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |
#note ⇒ String
A note providing additional information about the service period.
1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1519 class StartServicePeriodHandshakeDetail < Struct.new( :note, :service_period_type, :minimum_notice_days, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |
#service_period_type ⇒ String
The type of service period being started.
1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1519 class StartServicePeriodHandshakeDetail < Struct.new( :note, :service_period_type, :minimum_notice_days, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
The start date of the service period.
1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1519 class StartServicePeriodHandshakeDetail < Struct.new( :note, :service_period_type, :minimum_notice_days, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |