Class: Aws::Wickr::Types::GetSecurityGroupRequest

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

#group_idString

The unique identifier of the security group to retrieve.

Returns:

  • (String)


1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1498

class GetSecurityGroupRequest < Struct.new(
  :network_id,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The ID of the Wickr network containing the security group.

Returns:

  • (String)


1498
1499
1500
1501
1502
1503
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1498

class GetSecurityGroupRequest < Struct.new(
  :network_id,
  :group_id)
  SENSITIVE = []
  include Aws::Structure
end