Class: Aws::Wickr::Types::GetGuestUserHistoryCountRequest

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 for which to retrieve guest user history.

Returns:

  • (String)


1258
1259
1260
1261
1262
# File 'lib/aws-sdk-wickr/types.rb', line 1258

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