Module: Aws::PartnerCentralAccount::Client::_RejectConnectionInvitationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RejectConnectionInvitationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #catalog ⇒ ::String
- #connection_id ⇒ ::String
- #connection_type ⇒ "OPPORTUNITY_COLLABORATION", "SUBSIDIARY"
- #created_at ⇒ ::Time
- #expires_at ⇒ ::Time
- #id ⇒ ::String
- #invitation_message ⇒ ::String
- #inviter_email ⇒ ::String
- #inviter_name ⇒ ::String
- #other_participant_identifier ⇒ ::String
- #participant_type ⇒ "SENDER", "RECEIVER"
- #status ⇒ "PENDING", ...
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
530 |
# File 'sig/client.rbs', line 530
def arn: () -> ::String
|
#catalog ⇒ ::String
528 |
# File 'sig/client.rbs', line 528
def catalog: () -> ::String
|
#connection_id ⇒ ::String
531 |
# File 'sig/client.rbs', line 531
def connection_id: () -> ::String
|
#connection_type ⇒ "OPPORTUNITY_COLLABORATION", "SUBSIDIARY"
532 |
# File 'sig/client.rbs', line 532
def connection_type: () -> ("OPPORTUNITY_COLLABORATION" | "SUBSIDIARY")
|
#created_at ⇒ ::Time
533 |
# File 'sig/client.rbs', line 533
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
535 |
# File 'sig/client.rbs', line 535
def expires_at: () -> ::Time
|
#id ⇒ ::String
529 |
# File 'sig/client.rbs', line 529
def id: () -> ::String
|
#invitation_message ⇒ ::String
539 |
# File 'sig/client.rbs', line 539
def invitation_message: () -> ::String
|
#inviter_email ⇒ ::String
540 |
# File 'sig/client.rbs', line 540
def inviter_email: () -> ::String
|
#inviter_name ⇒ ::String
541 |
# File 'sig/client.rbs', line 541
def inviter_name: () -> ::String
|
#other_participant_identifier ⇒ ::String
536 |
# File 'sig/client.rbs', line 536
def other_participant_identifier: () -> ::String
|
#participant_type ⇒ "SENDER", "RECEIVER"
537 |
# File 'sig/client.rbs', line 537
def participant_type: () -> ("SENDER" | "RECEIVER")
|
#status ⇒ "PENDING", ...
538 |
# File 'sig/client.rbs', line 538
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | "EXPIRED")
|
#updated_at ⇒ ::Time
534 |
# File 'sig/client.rbs', line 534
def updated_at: () -> ::Time
|