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

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



1470
1471
1472
1473
1474
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1470

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