Class: Aws::PartnerCentralChannel::Types::RelationshipDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::RelationshipDetail
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Detailed information about a partner relationship.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the relationship.
-
#associated_account_id ⇒ String
The AWS account ID associated in this relationship.
-
#association_type ⇒ String
The type of association for the relationship.
-
#catalog ⇒ String
The catalog identifier associated with the relationship.
-
#created_at ⇒ Time
The timestamp when the relationship was created.
-
#display_name ⇒ String
The display name of the relationship.
-
#id ⇒ String
The unique identifier of the relationship.
-
#program_management_account_id ⇒ String
The identifier of the program management account.
-
#resale_account_model ⇒ String
The resale account model for the relationship.
-
#revision ⇒ String
The current revision number of the relationship.
-
#sector ⇒ String
The business sector for the relationship.
-
#start_date ⇒ Time
The start date of the relationship.
-
#updated_at ⇒ Time
The timestamp when the relationship was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the relationship.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#associated_account_id ⇒ String
The AWS account ID associated in this relationship.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#association_type ⇒ String
The type of association for the relationship.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier associated with the relationship.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the relationship was created.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the relationship.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the relationship.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#program_management_account_id ⇒ String
The identifier of the program management account.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#resale_account_model ⇒ String
The resale account model for the relationship.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The current revision number of the relationship.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#sector ⇒ String
The business sector for the relationship.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#start_date ⇒ Time
The start date of the relationship.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the relationship was last updated.
1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1221 class RelationshipDetail < Struct.new( :arn, :id, :revision, :catalog, :association_type, :program_management_account_id, :associated_account_id, :display_name, :resale_account_model, :sector, :created_at, :updated_at, :start_date) SENSITIVE = [] include Aws::Structure end |