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.



1545
1546
1547
1548
1549
# File 'lib/aws-sdk-wickr/types.rb', line 1545

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