Class: Aws::PartnerCentralChannel::Types::UpdateRelationshipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::UpdateRelationshipRequest
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier for the relationship.
-
#display_name ⇒ String
The new display name for the relationship.
-
#identifier ⇒ String
The unique identifier of the relationship to update.
-
#program_management_account_identifier ⇒ String
The identifier of the program management account associated with the relationship.
-
#requested_support_plan ⇒ Types::SupportPlan
The updated support plan for the relationship.
-
#revision ⇒ String
The current revision number of the relationship.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the relationship.
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_name ⇒ String
The new display name for the relationship.
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 |
#identifier ⇒ String
The unique identifier of the relationship to update.
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_identifier ⇒ String
The identifier of the program management account associated with the relationship.
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_plan ⇒ Types::SupportPlan
The updated support plan for the relationship.
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 |
#revision ⇒ String
The current revision number of the relationship.
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 |