Class: Aws::PartnerCentralChannel::Types::StartServicePeriodPayload

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb

Overview

Payload for start service period handshake requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_dateTime

The end date of the service period.

Returns:

  • (Time)


1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1543

class StartServicePeriodPayload < Struct.new(
  :program_management_account_identifier,
  :note,
  :service_period_type,
  :minimum_notice_days,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#minimum_notice_daysString

The minimum number of days notice required for changes.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1543

class StartServicePeriodPayload < Struct.new(
  :program_management_account_identifier,
  :note,
  :service_period_type,
  :minimum_notice_days,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#noteString

A note providing additional information about the service period.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1543

class StartServicePeriodPayload < Struct.new(
  :program_management_account_identifier,
  :note,
  :service_period_type,
  :minimum_notice_days,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#program_management_account_identifierString

The identifier of the program management account.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1543

class StartServicePeriodPayload < Struct.new(
  :program_management_account_identifier,
  :note,
  :service_period_type,
  :minimum_notice_days,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end

#service_period_typeString

The type of service period being started.

Returns:

  • (String)


1543
1544
1545
1546
1547
1548
1549
1550
1551
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1543

class StartServicePeriodPayload < Struct.new(
  :program_management_account_identifier,
  :note,
  :service_period_type,
  :minimum_notice_days,
  :end_date)
  SENSITIVE = []
  include Aws::Structure
end