Class: Aws::Wickr::Types::GetSecurityGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetSecurityGroupResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group ⇒ Types::SecurityGroup
The detailed information about the security group, including all its settings and member counts.
Instance Attribute Details
#security_group ⇒ Types::SecurityGroup
The detailed information about the security group, including all its settings and member counts.
1512 1513 1514 1515 1516 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1512 class GetSecurityGroupResponse < Struct.new( :security_group) SENSITIVE = [] include Aws::Structure end |