Class: Aws::Wickr::Types::GetNetworkSettingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wickr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_idString

The ID of the Wickr network whose settings will be retrieved.

Returns:

  • (String)


1352
1353
1354
1355
1356
# File 'lib/aws-sdk-wickr/types.rb', line 1352

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