Class: Aws::PartnerCentralChannel::Types::RevokeServicePeriodHandshakeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::RevokeServicePeriodHandshakeDetail
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Details specific to revoke service period handshakes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_date ⇒ Time
The end date of the service period being revoked.
-
#minimum_notice_days ⇒ String
The minimum number of days notice required for revocation.
-
#note ⇒ String
A note explaining the reason for revoking the service period.
-
#service_period_type ⇒ String
The type of service period being revoked.
-
#start_date ⇒ Time
The start date of the service period being revoked.
Instance Attribute Details
#end_date ⇒ Time
The end date of the service period being revoked.
1394 1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1394 class RevokeServicePeriodHandshakeDetail < 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 revocation.
1394 1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1394 class RevokeServicePeriodHandshakeDetail < Struct.new( :note, :service_period_type, :minimum_notice_days, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |
#note ⇒ String
A note explaining the reason for revoking the service period.
1394 1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1394 class RevokeServicePeriodHandshakeDetail < 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 revoked.
1394 1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1394 class RevokeServicePeriodHandshakeDetail < 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 being revoked.
1394 1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1394 class RevokeServicePeriodHandshakeDetail < Struct.new( :note, :service_period_type, :minimum_notice_days, :start_date, :end_date) SENSITIVE = [] include Aws::Structure end |