Class: Aws::PartnerCentralChannel::Types::RevokeServicePeriodPayload

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

Overview

Payload for revoke service period handshake requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#noteString

A note explaining the reason for revoking the service period.

Returns:

  • (String)


1416
1417
1418
1419
1420
1421
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1416

class RevokeServicePeriodPayload < Struct.new(
  :program_management_account_identifier,
  :note)
  SENSITIVE = []
  include Aws::Structure
end

#program_management_account_identifierString

The identifier of the program management account.

Returns:

  • (String)


1416
1417
1418
1419
1420
1421
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1416

class RevokeServicePeriodPayload < Struct.new(
  :program_management_account_identifier,
  :note)
  SENSITIVE = []
  include Aws::Structure
end