Class: Aws::PartnerCentralAccount::Types::ConnectionTypeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::ConnectionTypeDetail
- 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
-
#canceled_at ⇒ Time
The timestamp when this connection type was cancelled, if applicable.
-
#canceled_by ⇒ String
The AWS account ID of the participant who cancelled this connection type.
-
#created_at ⇒ Time
The timestamp when this connection type was created.
-
#inviter_email ⇒ String
The email address of the person who initiated this connection type.
-
#inviter_name ⇒ String
The name of the person who initiated this connection type.
-
#other_participant ⇒ Types::Participant
Information about the other participant in this connection type.
-
#status ⇒ String
The current status of this connection type.
Instance Attribute Details
#canceled_at ⇒ Time
The timestamp when this connection type was cancelled, if applicable.
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_by ⇒ String
The AWS account ID of the participant who cancelled this connection type.
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_at ⇒ Time
The timestamp when this connection type was created.
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_email ⇒ String
The email address of the person who initiated this connection type.
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_name ⇒ String
The name of the person who initiated this connection type.
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_participant ⇒ Types::Participant
Information about the other participant in this connection type.
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 |
#status ⇒ String
The current status of this connection type.
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 |