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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3612
3613
3614
3615
3616
# File 'lib/aws-sdk-wickr/types.rb', line 3612

class UpdateSecurityGroupResponse < Struct.new(
  :security_group)
  SENSITIVE = []
  include Aws::Structure
end