Class: Aws::Wickr::Types::GetNetworkRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetNetworkRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_id ⇒ String
The ID of the Wickr network to retrieve.
Instance Attribute Details
#network_id ⇒ String
The ID of the Wickr network to retrieve.
1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-wickr/types.rb', line 1283 class GetNetworkRequest < Struct.new( :network_id) SENSITIVE = [] include Aws::Structure end |