Class: Aws::Wickr::Types::UpdateSecurityGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#security_groupTypes::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