Class: Aws::Wickr::Types::GuestUserHistoryCount
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GuestUserHistoryCount
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Contains the count of guest users for a specific billing period, used for tracking historical guest user activity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ String
The number of guest users who have communicated with your Wickr network during this billing period.
-
#month ⇒ String
The month and billing period in YYYY_MM format (e.g., '2024_01').
Instance Attribute Details
#count ⇒ String
The number of guest users who have communicated with your Wickr network during this billing period.
1655 1656 1657 1658 1659 1660 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1655 class GuestUserHistoryCount < Struct.new( :month, :count) SENSITIVE = [] include Aws::Structure end |
#month ⇒ String
The month and billing period in YYYY_MM format (e.g., '2024_01').
1655 1656 1657 1658 1659 1660 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1655 class GuestUserHistoryCount < Struct.new( :month, :count) SENSITIVE = [] include Aws::Structure end |