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
477 |
# File 'sig/client.rbs', line 477
def arn: () -> ::String
|
#catalog ⇒ ::String
475 |
# File 'sig/client.rbs', line 475
def catalog: () -> ::String
|
#connection_id ⇒ ::String
478 |
# File 'sig/client.rbs', line 478
def connection_id: () -> ::String
|
#connection_type ⇒ "OPPORTUNITY_COLLABORATION", "SUBSIDIARY"
479 |
# File 'sig/client.rbs', line 479
def connection_type: () -> ("OPPORTUNITY_COLLABORATION" | "SUBSIDIARY")
|
#created_at ⇒ ::Time
480 |
# File 'sig/client.rbs', line 480
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
482 |
# File 'sig/client.rbs', line 482
def expires_at: () -> ::Time
|
#id ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def id: () -> ::String
|
#invitation_message ⇒ ::String
486 |
# File 'sig/client.rbs', line 486
def invitation_message: () -> ::String
|
#inviter_email ⇒ ::String
487 |
# File 'sig/client.rbs', line 487
def inviter_email: () -> ::String
|
#inviter_name ⇒ ::String
488 |
# File 'sig/client.rbs', line 488
def inviter_name: () -> ::String
|
#other_participant_identifier ⇒ ::String
483 |
# File 'sig/client.rbs', line 483
def other_participant_identifier: () -> ::String
|
#participant_type ⇒ "SENDER", "RECEIVER"
484 |
# File 'sig/client.rbs', line 484
def participant_type: () -> ("SENDER" | "RECEIVER")
|
#status ⇒ "PENDING", ...
485 |
# File 'sig/client.rbs', line 485
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | "EXPIRED")
|
#updated_at ⇒ ::Time
481 |
# File 'sig/client.rbs', line 481
def updated_at: () -> ::Time
|