Class: Aws::PartnerCentralChannel::Types::DeleteRelationshipRequest

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)


557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 557

class DeleteRelationshipRequest < Struct.new(
  :catalog,
  :identifier,
  :program_management_account_identifier,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

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.

Returns:

  • (String)


557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 557

class DeleteRelationshipRequest < Struct.new(
  :catalog,
  :identifier,
  :program_management_account_identifier,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The unique identifier of the relationship to delete.

Returns:

  • (String)


557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 557

class DeleteRelationshipRequest < Struct.new(
  :catalog,
  :identifier,
  :program_management_account_identifier,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#program_management_account_identifierString

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

Returns:

  • (String)


557
558
559
560
561
562
563
564
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 557

class DeleteRelationshipRequest < Struct.new(
  :catalog,
  :identifier,
  :program_management_account_identifier,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end