Class: Aws::Wickr::Types::UpdateDataRetentionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message indicating the result of the update operation.

Returns:

  • (String)


3282
3283
3284
3285
3286
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3282

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