Module: Aws::PartnerCentralAccount::Client::_CancelConnectionInvitationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CancelConnectionInvitationResponse]
- 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
130 |
# File 'sig/client.rbs', line 130
def arn: () -> ::String
|
#catalog ⇒ ::String
128 |
# File 'sig/client.rbs', line 128
def catalog: () -> ::String
|
#connection_id ⇒ ::String
131 |
# File 'sig/client.rbs', line 131
def connection_id: () -> ::String
|
#connection_type ⇒ "OPPORTUNITY_COLLABORATION", "SUBSIDIARY"
132 |
# File 'sig/client.rbs', line 132
def connection_type: () -> ("OPPORTUNITY_COLLABORATION" | "SUBSIDIARY")
|
#created_at ⇒ ::Time
133 |
# File 'sig/client.rbs', line 133
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
135 |
# File 'sig/client.rbs', line 135
def expires_at: () -> ::Time
|
#id ⇒ ::String
129 |
# File 'sig/client.rbs', line 129
def id: () -> ::String
|
#invitation_message ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def invitation_message: () -> ::String
|
#inviter_email ⇒ ::String
140 |
# File 'sig/client.rbs', line 140
def inviter_email: () -> ::String
|
#inviter_name ⇒ ::String
141 |
# File 'sig/client.rbs', line 141
def inviter_name: () -> ::String
|
#other_participant_identifier ⇒ ::String
136 |
# File 'sig/client.rbs', line 136
def other_participant_identifier: () -> ::String
|
#participant_type ⇒ "SENDER", "RECEIVER"
137 |
# File 'sig/client.rbs', line 137
def participant_type: () -> ("SENDER" | "RECEIVER")
|
#status ⇒ "PENDING", ...
138 |
# File 'sig/client.rbs', line 138
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | "EXPIRED")
|
#updated_at ⇒ ::Time
134 |
# File 'sig/client.rbs', line 134
def updated_at: () -> ::Time
|