Class: Aws::PartnerCentralChannel::Types::CreateProgramManagementAccountDetail

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

Overview

Contains details about a newly created program management account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the created program management account.

Returns:

  • (String)


350
351
352
353
354
355
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 350

class CreateProgramManagementAccountDetail < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the created program management account.

Returns:

  • (String)


350
351
352
353
354
355
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 350

class CreateProgramManagementAccountDetail < Struct.new(
  :id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end