Class: Aws::PartnerCentralAccount::Types::UpdateConnectionPreferencesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::UpdateConnectionPreferencesResponse
- 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 updated access type setting for connections.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated 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 updated revision number of the connection preferences.
-
#updated_at ⇒ Time
The timestamp when the connection preferences were last updated.
Instance Attribute Details
#access_type ⇒ String
The updated access type setting for connections.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2618 class UpdateConnectionPreferencesResponse < 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 updated connection preferences.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2618 class UpdateConnectionPreferencesResponse < 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.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2618 class UpdateConnectionPreferencesResponse < 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.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2618 class UpdateConnectionPreferencesResponse < Struct.new( :catalog, :arn, :access_type, :excluded_participant_ids, :updated_at, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ Integer
The updated revision number of the connection preferences.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2618 class UpdateConnectionPreferencesResponse < 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.
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2618 class UpdateConnectionPreferencesResponse < Struct.new( :catalog, :arn, :access_type, :excluded_participant_ids, :updated_at, :revision) SENSITIVE = [] include Aws::Structure end |