Class: Aws::PartnerCentralChannel::Types::ProgramManagementAccountHandshakeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ProgramManagementAccountHandshakeDetail
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Details specific to program management account handshakes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#program ⇒ String
The program associated with the handshake.
Instance Attribute Details
#program ⇒ String
The program associated with the handshake.
1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1009 class ProgramManagementAccountHandshakeDetail < Struct.new( :program) SENSITIVE = [] include Aws::Structure end |