Class: Aws::Wickr::Types::GetSecurityGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetSecurityGroupRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
The unique identifier of the security group to retrieve.
-
#network_id ⇒ String
The ID of the Wickr network containing the security group.
Instance Attribute Details
#group_id ⇒ String
The unique identifier of the security group to retrieve.
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_id ⇒ String
The ID of the Wickr network containing the security group.
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 |