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.
3554 3555 3556 3557 3558 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3554 class UpdateSecurityGroupResponse < Struct.new( :security_group) SENSITIVE = [] include Aws::Structure end |