Class: Aws::PartnerCentralAccount::Types::ConnectionTypeDetail

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

Overview

Detailed information about a specific connection type within a connection.

Constant Summary collapse

SENSITIVE =
[:inviter_name]

Instance Attribute Summary collapse

Instance Attribute Details

#canceled_atTime

The timestamp when this connection type was cancelled, if applicable.

Returns:

  • (Time)


702
703
704
705
706
707
708
709
710
711
712
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 702

class ConnectionTypeDetail < Struct.new(
  :created_at,
  :inviter_email,
  :inviter_name,
  :status,
  :canceled_at,
  :canceled_by,
  :other_participant)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#canceled_byString

The AWS account ID of the participant who cancelled this connection type.

Returns:

  • (String)


702
703
704
705
706
707
708
709
710
711
712
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 702

class ConnectionTypeDetail < Struct.new(
  :created_at,
  :inviter_email,
  :inviter_name,
  :status,
  :canceled_at,
  :canceled_by,
  :other_participant)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#created_atTime

The timestamp when this connection type was created.

Returns:

  • (Time)


702
703
704
705
706
707
708
709
710
711
712
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 702

class ConnectionTypeDetail < Struct.new(
  :created_at,
  :inviter_email,
  :inviter_name,
  :status,
  :canceled_at,
  :canceled_by,
  :other_participant)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#inviter_emailString

The email address of the person who initiated this connection type.

Returns:

  • (String)


702
703
704
705
706
707
708
709
710
711
712
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 702

class ConnectionTypeDetail < Struct.new(
  :created_at,
  :inviter_email,
  :inviter_name,
  :status,
  :canceled_at,
  :canceled_by,
  :other_participant)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#inviter_nameString

The name of the person who initiated this connection type.

Returns:

  • (String)


702
703
704
705
706
707
708
709
710
711
712
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 702

class ConnectionTypeDetail < Struct.new(
  :created_at,
  :inviter_email,
  :inviter_name,
  :status,
  :canceled_at,
  :canceled_by,
  :other_participant)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#other_participantTypes::Participant

Information about the other participant in this connection type.

Returns:



702
703
704
705
706
707
708
709
710
711
712
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 702

class ConnectionTypeDetail < Struct.new(
  :created_at,
  :inviter_email,
  :inviter_name,
  :status,
  :canceled_at,
  :canceled_by,
  :other_participant)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end

#statusString

The current status of this connection type.

Returns:

  • (String)


702
703
704
705
706
707
708
709
710
711
712
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 702

class ConnectionTypeDetail < Struct.new(
  :created_at,
  :inviter_email,
  :inviter_name,
  :status,
  :canceled_at,
  :canceled_by,
  :other_participant)
  SENSITIVE = [:inviter_name]
  include Aws::Structure
end