Class: Aws::PartnerCentralAccount::Types::GetConnectionPreferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::GetConnectionPreferencesResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_type ⇒ String
The access type setting for connections (e.g., open, restricted, invitation-only).
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the connection preferences.
-
#catalog ⇒ String
The catalog identifier for the partner account.
-
#excluded_participant_ids ⇒ Array<String>
A list of participant IDs that are excluded from connection requests or interactions.
-
#revision ⇒ Integer
The revision number of the connection preferences for optimistic locking.
-
#updated_at ⇒ Time
The timestamp when the connection preferences were last updated.
Instance Attribute Details
#access_type ⇒ String
The access type setting for connections (e.g., open, restricted, invitation-only).
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1228 class GetConnectionPreferencesResponse < Struct.new( :catalog, :arn, :access_type, :excluded_participant_ids, :updated_at, :revision) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the connection preferences.
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1228 class GetConnectionPreferencesResponse < Struct.new( :catalog, :arn, :access_type, :excluded_participant_ids, :updated_at, :revision) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the partner account.
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1228 class GetConnectionPreferencesResponse < Struct.new( :catalog, :arn, :access_type, :excluded_participant_ids, :updated_at, :revision) SENSITIVE = [] include Aws::Structure end |
#excluded_participant_ids ⇒ Array<String>
A list of participant IDs that are excluded from connection requests or interactions.
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1228 class GetConnectionPreferencesResponse < Struct.new( :catalog, :arn, :access_type, :excluded_participant_ids, :updated_at, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The revision number of the connection preferences for optimistic locking.
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1228 class GetConnectionPreferencesResponse < Struct.new( :catalog, :arn, :access_type, :excluded_participant_ids, :updated_at, :revision) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the connection preferences were last updated.
1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1228 class GetConnectionPreferencesResponse < Struct.new( :catalog, :arn, :access_type, :excluded_participant_ids, :updated_at, :revision) SENSITIVE = [] include Aws::Structure end |