Class: Aws::Wickr::Types::UpdateSecurityGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::UpdateSecurityGroupResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group ⇒ Types::SecurityGroup
The updated security group details, including the new settings.
Instance Attribute Details
#security_group ⇒ Types::SecurityGroup
The updated security group details, including the new settings.
3433 3434 3435 3436 3437 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3433 class UpdateSecurityGroupResponse < Struct.new( :security_group) SENSITIVE = [] include Aws::Structure end |