Class: Aws::PartnerCentralAccount::Types::RejectConnectionInvitationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::RejectConnectionInvitationResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:inviter_name]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the rejected connection invitation.
-
#catalog ⇒ String
The catalog identifier where the connection invitation was rejected.
-
#connection_id ⇒ String
The identifier of the connection associated with the rejected invitation.
-
#connection_type ⇒ String
The type of connection that was being invited for.
-
#created_at ⇒ Time
The timestamp when the connection invitation was originally created.
-
#expires_at ⇒ Time
The timestamp when the connection invitation would have expired.
-
#id ⇒ String
The unique identifier of the rejected connection invitation.
-
#invitation_message ⇒ String
The message that was included with the original connection invitation.
-
#inviter_email ⇒ String
The email address of the person who sent the connection invitation.
-
#inviter_name ⇒ String
The name of the person who sent the connection invitation.
-
#other_participant_identifier ⇒ String
The identifier of the other participant who sent the invitation.
-
#participant_type ⇒ String
The type of participant (inviter or invitee) in the connection invitation.
-
#status ⇒ String
The current status of the connection invitation (rejected).
-
#updated_at ⇒ Time
The timestamp when the connection invitation was last updated (rejected).
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the rejected connection invitation.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier where the connection invitation was rejected.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#connection_id ⇒ String
The identifier of the connection associated with the rejected invitation.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#connection_type ⇒ String
The type of connection that was being invited for.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the connection invitation was originally created.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp when the connection invitation would have expired.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#id ⇒ String
The unique identifier of the rejected connection invitation.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#invitation_message ⇒ String
The message that was included with the original connection invitation.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#inviter_email ⇒ String
The email address of the person who sent the connection invitation.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#inviter_name ⇒ String
The name of the person who sent the connection invitation.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#other_participant_identifier ⇒ String
The identifier of the other participant who sent the invitation.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#participant_type ⇒ String
The type of participant (inviter or invitee) in the connection invitation.
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#status ⇒ String
The current status of the connection invitation (rejected).
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the connection invitation was last updated (rejected).
2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2169 class RejectConnectionInvitationResponse < Struct.new( :catalog, :id, :arn, :connection_id, :connection_type, :created_at, :updated_at, :expires_at, :other_participant_identifier, :participant_type, :status, :invitation_message, :inviter_email, :inviter_name) SENSITIVE = [:inviter_name] include Aws::Structure end |