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.
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 |