Class: Aws::Wickr::Types::GetSecurityGroupResponse

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 detailed information about the security group, including all its settings and member counts.



1512
1513
1514
1515
1516
# File 'lib/aws-sdk-wickr/types.rb', line 1512

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