Module: Aws::PartnerCentralAccount::Client::_CreateConnectionInvitationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateConnectionInvitationResponse]
- 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
176 |
# File 'sig/client.rbs', line 176
def arn: () -> ::String
|
#catalog ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def catalog: () -> ::String
|
#connection_id ⇒ ::String
177 |
# File 'sig/client.rbs', line 177
def connection_id: () -> ::String
|
#connection_type ⇒ "OPPORTUNITY_COLLABORATION", "SUBSIDIARY"
178 |
# File 'sig/client.rbs', line 178
def connection_type: () -> ("OPPORTUNITY_COLLABORATION" | "SUBSIDIARY")
|
#created_at ⇒ ::Time
179 |
# File 'sig/client.rbs', line 179
def created_at: () -> ::Time
|
#expires_at ⇒ ::Time
181 |
# File 'sig/client.rbs', line 181
def expires_at: () -> ::Time
|
#id ⇒ ::String
175 |
# File 'sig/client.rbs', line 175
def id: () -> ::String
|
#invitation_message ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def invitation_message: () -> ::String
|
#inviter_email ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def inviter_email: () -> ::String
|
#inviter_name ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def inviter_name: () -> ::String
|
#other_participant_identifier ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def other_participant_identifier: () -> ::String
|
#participant_type ⇒ "SENDER", "RECEIVER"
183 |
# File 'sig/client.rbs', line 183
def participant_type: () -> ("SENDER" | "RECEIVER")
|
#status ⇒ "PENDING", ...
184 |
# File 'sig/client.rbs', line 184
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED" | "CANCELED" | "EXPIRED")
|
#updated_at ⇒ ::Time
180 |
# File 'sig/client.rbs', line 180
def updated_at: () -> ::Time
|