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)


1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1456

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)


1456
1457
1458
1459
1460
1461
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1456

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