Class: Aws::PartnerCentralChannel::Types::UpdateProgramManagementAccountDetail

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

Overview

Contains details about an updated program management account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


1726
1727
1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1726

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

#display_nameString

The updated display name of the program management account.

Returns:

  • (String)


1726
1727
1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1726

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

#idString

The unique identifier of the updated program management account.

Returns:

  • (String)


1726
1727
1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1726

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

#revisionString

The new revision number of the program management account.

Returns:

  • (String)


1726
1727
1728
1729
1730
1731
1732
1733
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1726

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