Class: Aws::PartnerCentralChannel::Types::UpdateRelationshipDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::UpdateRelationshipDetail
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Contains details about an updated relationship.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated relationship.
-
#display_name ⇒ String
The updated display name of the relationship.
-
#id ⇒ String
The unique identifier of the updated relationship.
-
#revision ⇒ String
The new revision number of the relationship.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated relationship.
1794 1795 1796 1797 1798 1799 1800 1801 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1794 class UpdateRelationshipDetail < Struct.new( :arn, :id, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The updated display name of the relationship.
1794 1795 1796 1797 1798 1799 1800 1801 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1794 class UpdateRelationshipDetail < Struct.new( :arn, :id, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the updated relationship.
1794 1795 1796 1797 1798 1799 1800 1801 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1794 class UpdateRelationshipDetail < Struct.new( :arn, :id, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The new revision number of the relationship.
1794 1795 1796 1797 1798 1799 1800 1801 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1794 class UpdateRelationshipDetail < Struct.new( :arn, :id, :revision, :display_name) SENSITIVE = [] include Aws::Structure end |