Class: Aws::Wickr::Types::BatchToggleUserSuspendStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BatchToggleUserSuspendStatusResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Array<Types::BatchUserErrorResponseItem>
A list of suspend status toggle attempts that failed, including error details explaining why each user's status could not be changed.
-
#message ⇒ String
A message indicating the overall result of the batch suspend status toggle operation.
-
#successful ⇒ Array<Types::BatchUserSuccessResponseItem>
A list of user IDs whose suspend status was successfully toggled.
Instance Attribute Details
#failed ⇒ Array<Types::BatchUserErrorResponseItem>
A list of suspend status toggle attempts that failed, including error details explaining why each user's status could not be changed.
488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 488 class BatchToggleUserSuspendStatusResponse < Struct.new( :message, :successful, :failed) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message indicating the overall result of the batch suspend status toggle operation.
488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 488 class BatchToggleUserSuspendStatusResponse < Struct.new( :message, :successful, :failed) SENSITIVE = [] include Aws::Structure end |
#successful ⇒ Array<Types::BatchUserSuccessResponseItem>
A list of user IDs whose suspend status was successfully toggled.
488 489 490 491 492 493 494 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 488 class BatchToggleUserSuspendStatusResponse < Struct.new( :message, :successful, :failed) SENSITIVE = [] include Aws::Structure end |