Class: Aws::PartnerCentralChannel::Types::UpdateRelationshipRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

The catalog identifier for the relationship.

Returns:

  • (String)


1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1830

class UpdateRelationshipRequest < Struct.new(
  :catalog,
  :identifier,
  :program_management_account_identifier,
  :revision,
  :display_name,
  :requested_support_plan)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The new display name for the relationship.

Returns:

  • (String)


1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1830

class UpdateRelationshipRequest < Struct.new(
  :catalog,
  :identifier,
  :program_management_account_identifier,
  :revision,
  :display_name,
  :requested_support_plan)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The unique identifier of the relationship to update.

Returns:

  • (String)


1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1830

class UpdateRelationshipRequest < Struct.new(
  :catalog,
  :identifier,
  :program_management_account_identifier,
  :revision,
  :display_name,
  :requested_support_plan)
  SENSITIVE = []
  include Aws::Structure
end

#program_management_account_identifierString

The identifier of the program management account associated with the relationship.

Returns:

  • (String)


1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1830

class UpdateRelationshipRequest < Struct.new(
  :catalog,
  :identifier,
  :program_management_account_identifier,
  :revision,
  :display_name,
  :requested_support_plan)
  SENSITIVE = []
  include Aws::Structure
end

#requested_support_planTypes::SupportPlan

The updated support plan for the relationship.

Returns:



1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1830

class UpdateRelationshipRequest < Struct.new(
  :catalog,
  :identifier,
  :program_management_account_identifier,
  :revision,
  :display_name,
  :requested_support_plan)
  SENSITIVE = []
  include Aws::Structure
end

#revisionString

The current revision number of the relationship.

Returns:

  • (String)


1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1830

class UpdateRelationshipRequest < Struct.new(
  :catalog,
  :identifier,
  :program_management_account_identifier,
  :revision,
  :display_name,
  :requested_support_plan)
  SENSITIVE = []
  include Aws::Structure
end