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.
1509 1510 1511 1512 1513 1514 1515 1516 1517 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1509 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.
1509 1510 1511 1512 1513 1514 1515 1516 1517 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1509 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.
1509 1510 1511 1512 1513 1514 1515 1516 1517 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1509 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.
1509 1510 1511 1512 1513 1514 1515 1516 1517 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1509 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.
1509 1510 1511 1512 1513 1514 1515 1516 1517 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1509 class StartServicePeriodHandshakeDetail < Struct.new( :note, :service_period_type, :minimum_notice_days, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |