Class: Aws::PartnerCentralChannel::Types::StartServicePeriodHandshakeDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#end_dateTime

The end date of the service period.

Returns:

  • (Time)


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_daysString

The minimum number of days notice required for changes.

Returns:

  • (String)


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

#noteString

A note providing additional information about the service period.

Returns:

  • (String)


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_typeString

The type of service period being started.

Returns:

  • (String)


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_dateTime

The start date of the service period.

Returns:

  • (Time)


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