Class: Aws::PartnerCentralAccount::Types::CancelConnectionInvitationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:inviter_name]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the canceled connection invitation.

Returns:

  • (String)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#catalogString

The catalog identifier where the connection invitation was canceled.

Returns:

  • (String)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#connection_idString

The identifier of the connection associated with the canceled invitation.

Returns:

  • (String)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#connection_typeString

The type of connection that was being invited for.

Returns:

  • (String)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#created_atTime

The timestamp when the connection invitation was originally created.

Returns:

  • (Time)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#expires_atTime

The timestamp when the connection invitation would have expired if not canceled.

Returns:

  • (Time)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#idString

The unique identifier of the canceled connection invitation.

Returns:

  • (String)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#invitation_messageString

The message that was included with the original connection invitation.

Returns:

  • (String)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#inviter_emailString

The email address of the person who sent the connection invitation.

Returns:

  • (String)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#inviter_nameString

The name of the person who sent the connection invitation.

Returns:

  • (String)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#other_participant_identifierString

The identifier of the other participant who was invited to connect.

Returns:

  • (String)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#participant_typeString

The type of participant (inviter or invitee) in the connection invitation.

Returns:

  • (String)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#statusString

The current status of the connection invitation (canceled).

Returns:

  • (String)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#updated_atTime

The timestamp when the connection invitation was last updated (canceled).

Returns:

  • (Time)


320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 320

class CancelConnectionInvitationResponse < Struct.new(
  :catalog,
  :id,
  :arn,
  :connection_id,
  :connection_type,
  :created_at,
  :updated_at,
  :expires_at,
  :other_participant_identifier,
  :participant_type,
  :status,
  :invitation_message,
  :inviter_email,
  :inviter_name)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end