Class: Aws::PartnerCentralAccount::Types::ConnectionInvitationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::ConnectionInvitationSummary
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
A summary view of a connection invitation containing key information without full details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the connection invitation.
-
#catalog ⇒ String
The catalog identifier where the connection invitation exists.
-
#connection_id ⇒ String
The identifier of the connection associated with this invitation.
-
#connection_type ⇒ String
The type of connection being requested in the invitation.
-
#created_at ⇒ Time
The timestamp when the connection invitation was created.
-
#expires_at ⇒ Time
The timestamp when the connection invitation will expire.
-
#id ⇒ String
The unique identifier of the connection invitation.
-
#other_participant_identifier ⇒ String
The identifier of the other participant in the connection invitation.
-
#participant_type ⇒ String
The type of participant (inviter or invitee) in the connection invitation.
-
#status ⇒ String
The current status of the connection invitation.
-
#updated_at ⇒ Time
The timestamp when the connection invitation was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the connection invitation.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 610 class ConnectionInvitationSummary < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier where the connection invitation exists.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 610 class ConnectionInvitationSummary < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status) SENSITIVE = [] include Aws::Structure end |
#connection_id ⇒ String
The identifier of the connection associated with this invitation.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 610 class ConnectionInvitationSummary < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status) SENSITIVE = [] include Aws::Structure end |
#connection_type ⇒ String
The type of connection being requested in the invitation.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 610 class ConnectionInvitationSummary < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the connection invitation was created.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 610 class ConnectionInvitationSummary < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp when the connection invitation will expire.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 610 class ConnectionInvitationSummary < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the connection invitation.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 610 class ConnectionInvitationSummary < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status) SENSITIVE = [] include Aws::Structure end |
#other_participant_identifier ⇒ String
The identifier of the other participant in the connection invitation.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 610 class ConnectionInvitationSummary < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status) SENSITIVE = [] include Aws::Structure end |
#participant_type ⇒ String
The type of participant (inviter or invitee) in the connection invitation.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 610 class ConnectionInvitationSummary < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the connection invitation.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 610 class ConnectionInvitationSummary < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the connection invitation was last updated.
610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 610 class ConnectionInvitationSummary < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status) SENSITIVE = [] include Aws::Structure end |