Class: Aws::PartnerCentralChannel::Types::CreateRelationshipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::CreateRelationshipRequest
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_account_id ⇒ String
The AWS account ID to associate in this relationship.
-
#association_type ⇒ String
The type of association for the relationship (e.g., reseller, distributor).
-
#catalog ⇒ String
The catalog identifier for the relationship.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#display_name ⇒ String
A human-readable name for the relationship.
-
#program_management_account_identifier ⇒ String
The identifier of the program management account for this relationship.
-
#requested_support_plan ⇒ Types::SupportPlan
The support plan requested for this relationship.
-
#resale_account_model ⇒ String
The resale account model for the relationship.
-
#sector ⇒ String
The business sector for the relationship.
-
#tags ⇒ Array<Types::Tag>
Key-value pairs to associate with the relationship.
Instance Attribute Details
#associated_account_id ⇒ String
The AWS account ID to associate in this relationship.
477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 477 class CreateRelationshipRequest < Struct.new( :catalog, :association_type, :program_management_account_identifier, :associated_account_id, :display_name, :resale_account_model, :sector, :client_token, :tags, :requested_support_plan) SENSITIVE = [] include Aws::Structure end |
#association_type ⇒ String
The type of association for the relationship (e.g., reseller, distributor).
477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 477 class CreateRelationshipRequest < Struct.new( :catalog, :association_type, :program_management_account_identifier, :associated_account_id, :display_name, :resale_account_model, :sector, :client_token, :tags, :requested_support_plan) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the relationship.
477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 477 class CreateRelationshipRequest < Struct.new( :catalog, :association_type, :program_management_account_identifier, :associated_account_id, :display_name, :resale_account_model, :sector, :client_token, :tags, :requested_support_plan) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 477 class CreateRelationshipRequest < Struct.new( :catalog, :association_type, :program_management_account_identifier, :associated_account_id, :display_name, :resale_account_model, :sector, :client_token, :tags, :requested_support_plan) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
A human-readable name for the relationship.
477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 477 class CreateRelationshipRequest < Struct.new( :catalog, :association_type, :program_management_account_identifier, :associated_account_id, :display_name, :resale_account_model, :sector, :client_token, :tags, :requested_support_plan) SENSITIVE = [] include Aws::Structure end |
#program_management_account_identifier ⇒ String
The identifier of the program management account for this relationship.
477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 477 class CreateRelationshipRequest < Struct.new( :catalog, :association_type, :program_management_account_identifier, :associated_account_id, :display_name, :resale_account_model, :sector, :client_token, :tags, :requested_support_plan) SENSITIVE = [] include Aws::Structure end |
#requested_support_plan ⇒ Types::SupportPlan
The support plan requested for this relationship.
477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 477 class CreateRelationshipRequest < Struct.new( :catalog, :association_type, :program_management_account_identifier, :associated_account_id, :display_name, :resale_account_model, :sector, :client_token, :tags, :requested_support_plan) SENSITIVE = [] include Aws::Structure end |
#resale_account_model ⇒ String
The resale account model for the relationship.
477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 477 class CreateRelationshipRequest < Struct.new( :catalog, :association_type, :program_management_account_identifier, :associated_account_id, :display_name, :resale_account_model, :sector, :client_token, :tags, :requested_support_plan) SENSITIVE = [] include Aws::Structure end |
#sector ⇒ String
The business sector for the relationship.
477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 477 class CreateRelationshipRequest < Struct.new( :catalog, :association_type, :program_management_account_identifier, :associated_account_id, :display_name, :resale_account_model, :sector, :client_token, :tags, :requested_support_plan) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Key-value pairs to associate with the relationship.
477 478 479 480 481 482 483 484 485 486 487 488 489 490 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 477 class CreateRelationshipRequest < Struct.new( :catalog, :association_type, :program_management_account_identifier, :associated_account_id, :display_name, :resale_account_model, :sector, :client_token, :tags, :requested_support_plan) SENSITIVE = [] include Aws::Structure end |