Class: Aws::PartnerCentralChannel::Types::StartServicePeriodPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::StartServicePeriodPayload
- 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
-
#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.
-
#program_management_account_identifier ⇒ String
The identifier of the program management account.
-
#service_period_type ⇒ String
The type of service period being started.
Instance Attribute Details
#end_date ⇒ Time
The end date of the service period.
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_days ⇒ String
The minimum number of days notice required for changes.
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 |
#note ⇒ String
A note providing additional information about the service period.
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_identifier ⇒ String
The identifier of the program management account.
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_type ⇒ String
The type of service period being started.
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 |