class Aws::Chime::Types::PutRetentionSettingsRequest

@note When making an API call, you may pass PutRetentionSettingsRequest

data as a hash:

    {
      account_id: "NonEmptyString", # required
      retention_settings: { # required
        room_retention_settings: {
          retention_days: 1,
        },
        conversation_retention_settings: {
          retention_days: 1,
        },
      },
    }

@!attribute [rw] account_id

The Amazon Chime account ID.
@return [String]

@!attribute [rw] retention_settings

The retention settings.
@return [Types::RetentionSettings]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/PutRetentionSettingsRequest AWS API Documentation

Constants

SENSITIVE