Class: Aws::PartnerCentralAccount::Types::CreateConnectionInvitationResponse

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 created connection invitation.

Returns:

  • (String)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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 created.

Returns:

  • (String)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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 this invitation.

Returns:

  • (String)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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 being requested in the invitation.

Returns:

  • (String)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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 created.

Returns:

  • (Time)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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 will expire if not responded to.

Returns:

  • (Time)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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 created connection invitation.

Returns:

  • (String)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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 custom message included with the connection invitation.

Returns:

  • (String)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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 organization or partner being invited.

Returns:

  • (String)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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 (pending, accepted, rejected, etc.).

Returns:

  • (String)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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.

Returns:

  • (Time)


844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 844

class CreateConnectionInvitationResponse < 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