Class: Aws::Wickr::Types::CreateSecurityGroupResponse

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