Class: Aws::PartnerCentralChannel::Types::RevokeServicePeriodPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::RevokeServicePeriodPayload
- 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
-
#note ⇒ String
A note explaining the reason for revoking the service period.
-
#program_management_account_identifier ⇒ String
The identifier of the program management account.
Instance Attribute Details
#note ⇒ String
A note explaining the reason for revoking the service period.
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_identifier ⇒ String
The identifier of the program management account.
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 |