Class: Aws::Wickr::Types::CreateSecurityGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::CreateSecurityGroupResponse
- 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 details of the newly created security group, including its ID, name, and settings.
Instance Attribute Details
#security_group ⇒ Types::SecurityGroup
The details of the newly created security group, including its ID, name, and settings.
915 916 917 918 919 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 915 class CreateSecurityGroupResponse < Struct.new( :security_group) SENSITIVE = [] include Aws::Structure end |