Class: Aws::Wickr::Types::UpdateSecurityGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::UpdateSecurityGroupRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The unique identifier of the security group to update.
-
#name ⇒ String
The new name for the security group.
-
#network_id ⇒ String
The ID of the Wickr network containing the security group to update.
-
#security_group_settings ⇒ Types::SecurityGroupSettings
The updated configuration settings for the security group.
Instance Attribute Details
#group_id ⇒ String
The unique identifier of the security group to update.
3418 3419 3420 3421 3422 3423 3424 3425 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3418 class UpdateSecurityGroupRequest < Struct.new( :network_id, :group_id, :name, :security_group_settings) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The new name for the security group.
3418 3419 3420 3421 3422 3423 3424 3425 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3418 class UpdateSecurityGroupRequest < Struct.new( :network_id, :group_id, :name, :security_group_settings) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The ID of the Wickr network containing the security group to update.
3418 3419 3420 3421 3422 3423 3424 3425 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3418 class UpdateSecurityGroupRequest < Struct.new( :network_id, :group_id, :name, :security_group_settings) SENSITIVE = [] include Aws::Structure end |
#security_group_settings ⇒ Types::SecurityGroupSettings
The updated configuration settings for the security group.
Federation mode - 0 (Local federation), 1 (Restricted federation), 2 (Global federation)
3418 3419 3420 3421 3422 3423 3424 3425 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3418 class UpdateSecurityGroupRequest < Struct.new( :network_id, :group_id, :name, :security_group_settings) SENSITIVE = [] include Aws::Structure end |